Skip to content

Commit 8656036

Browse files
committed
Add some build scripts.
1 parent 24f7c1b commit 8656036

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

node-client/build-package.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
cp ../README.md ./
4+
npm pack
5+
rm README.md

node-client/push-package.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
npm publish

0 commit comments

Comments
 (0)