Skip to content

Commit

Permalink
Add some build scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Aug 13, 2018
1 parent 24f7c1b commit 8656036
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions node-client/build-package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

cp ../README.md ./
npm pack
rm README.md
3 changes: 3 additions & 0 deletions node-client/push-package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

npm publish

0 comments on commit 8656036

Please sign in to comment.