package script
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
node_modules
|
||||
build
|
||||
*.tar.gz
|
||||
|
||||
Executable
+7
@@ -0,0 +1,7 @@
|
||||
VERSION=$(jq -r ".version" package.json)
|
||||
PACKAGE=matrixto-$VERSION.tar.gz
|
||||
yarn build
|
||||
pushd build
|
||||
tar -czvf ../$PACKAGE ./
|
||||
popd
|
||||
echo $PACKAGE
|
||||
Reference in New Issue
Block a user