Skip to content

Commit b095db9

Browse files
committed
Run typecheck before clean
1 parent 36a18fb commit b095db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "MIT",
88
"private": true,
99
"scripts": {
10-
"prebuild": "npm run clean && npm run type-check",
10+
"prebuild": "npm run type-check && npm run clean",
1111
"dr:surge": "node dr-surge.js",
1212
"build": "webpack --config webpack.prod.js && npm run dr:surge",
1313
"start": "sirv dist --cors --single --host --port 8080",

0 commit comments

Comments
 (0)