Skip to content

Commit

Permalink
Moved lint step after rebuild step to avoid import/no-unresolved erro…
Browse files Browse the repository at this point in the history
…r in test files
  • Loading branch information
patrickroberts committed Oct 7, 2020
1 parent 2b5d34b commit 8d583b4
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 @@ -17,7 +17,7 @@
"watch:build": "npm run build -- --environment NODE_ENV:development --watch",
"watch:test": "npm test -- --watch",
"watch": "concurrently 'npm:watch:*'",
"prepublishOnly": "npm run lint && npm run rebuild && npm test && npm run docs"
"prepublishOnly": "npm run rebuild && npm run lint && npm test && npm run docs"
},
"author": "Patrick Roberts",
"license": "MIT",
Expand Down

0 comments on commit 8d583b4

Please sign in to comment.