Skip to content

Commit

Permalink
Added a seperate build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
wollardj committed Mar 25, 2018
1 parent d3bf8a8 commit 28ea7e9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
"xml"
],
"scripts": {
"test": "npm run-script clean && ./node_modules/.bin/coffee -c . && ./node_modules/.bin/jest --coverage",
"build": "coffee -c .",
"clean": "rm -rf *.js __tests__/*.js __tests__/write-test* coverage",
"prepublish": "npm test"
"prepublish": "npm run test",
"test": "npm run clean && npm run build && jest --coverage"
},
"dependencies": {
"bplist-creator": "0.0.7",
Expand All @@ -33,4 +34,4 @@
"coffee-script": "^1.11.1",
"jest": "^16.0.2"
}
}
}

0 comments on commit 28ea7e9

Please sign in to comment.