update scripts to package and release the package

This commit is contained in:
vsavkin 2017-08-19 10:12:16 -04:00
parent 655e600571
commit 27756cc9d1
2 changed files with 7 additions and 3 deletions

6
scripts/package.sh Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
./scripts/build.sh
cp package.json build/src/package.json
cp README.md build/src/README.md
cp LICENSE build/src/LICENSE

View File

@ -1,8 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
cp package.json build/src/package.json ./scripts/package.sh
cp README.md build/src/README.md
cp LICENSE build/src/LICENSE
cd build/src cd build/src
git init git init
git add . git add .