Skip to content

Commit

Permalink
in npm test, run clean and copy tasks before lint for correct…
Browse files Browse the repository at this point in the history
… work of `eslint-plugin-import`
  • Loading branch information
zloirock committed May 1, 2017
1 parent 62d1af7 commit abc9ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"lint": "eslint ./",
"promises-tests": "promises-aplus-tests tests/promises-aplus/adapter",
"observables-tests": "node tests/observables/adapter && node tests/observables/adapter-library",
"test": "npm run lint && npm run grunt livescript client karma:default && npm run grunt clean copy library karma:library && npm run promises-tests && npm run observables-tests && lsc tests/commonjs"
"test": "npm run grunt clean copy && npm run lint && npm run grunt livescript client karma:default && npm run grunt library karma:library && npm run promises-tests && npm run observables-tests && lsc tests/commonjs"
},
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit abc9ac2

Please sign in to comment.