Skip to content
Snippets Groups Projects
Commit 9464bdb4 authored by Bruno Windels's avatar Bruno Windels
Browse files

package script

parent 70398ebb
No related branches found
No related tags found
No related merge requests found
node_modules
build
*.tar.gz
VERSION=$(jq -r ".version" package.json)
PACKAGE=matrixto-$VERSION.tar.gz
yarn build
pushd build
tar -czvf ../$PACKAGE ./
popd
echo $PACKAGE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment