Skip to content

Commit

Permalink
Added build script
Browse files Browse the repository at this point in the history
  • Loading branch information
gverni committed Jan 26, 2018
1 parent e651e26 commit 4b8ea51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
rm dist/*
cd src && zip -r ../dist/vivacity.zip * && cd ..
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vivacity",
"version": "1.0.0",
"scripts": {
"build": "zip -r build/vivacity.zip src/* "
"build": "./build.sh"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4b8ea51

Please sign in to comment.