Skip to content

Commit

Permalink
Run typecheck before clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mturley committed Aug 18, 2022
1 parent 36a18fb commit b095db9
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 @@ -7,7 +7,7 @@
"license": "MIT",
"private": true,
"scripts": {
"prebuild": "npm run clean && npm run type-check",
"prebuild": "npm run type-check && npm run clean",
"dr:surge": "node dr-surge.js",
"build": "webpack --config webpack.prod.js && npm run dr:surge",
"start": "sirv dist --cors --single --host --port 8080",
Expand Down

0 comments on commit b095db9

Please sign in to comment.