Skip to content

Commit

Permalink
Add full build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanph committed Jan 23, 2019
1 parent fe83935 commit 7076aab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "zip -r skill.zip .",
"download": "./bin/download.js"
"build": "zip -r skill.zip . -x *.git*",
"download": "./bin/download.js",
"full-build": "npm run download && npm run build"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 7076aab

Please sign in to comment.