Skip to content

Commit

Permalink
Update npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkopaderes committed Oct 28, 2018
1 parent 245cfd8 commit 13ef9bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
],
"scripts": {
"clean": "rimraf dist es lib tmp",
"prepare": "npm run clean",
"build": "npm run prepare && rollup -c",
"build": "rollup -c",
"lint": "eslint *.js src/**/*.js",
"qunit": "babel src --out-dir tmp/src && babel tests --out-dir tmp/tests && qunit tmp/**/*-test.js",
"test": "npm-run-all --continue-on-error prepare lint qunit"
"test": "npm-run-all --continue-on-error lint qunit",
"prepare": "npm run clean && npm test && npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 13ef9bb

Please sign in to comment.