update scripts to package and release the package
This commit is contained in:
parent
655e600571
commit
27756cc9d1
6
scripts/package.sh
Executable file
6
scripts/package.sh
Executable 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
|
||||
@ -1,8 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cp package.json build/src/package.json
|
||||
cp README.md build/src/README.md
|
||||
cp LICENSE build/src/LICENSE
|
||||
./scripts/package.sh
|
||||
cd build/src
|
||||
git init
|
||||
git add .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user