We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a18fb commit b095db9Copy full SHA for b095db9
package.json
@@ -7,7 +7,7 @@
7
"license": "MIT",
8
"private": true,
9
"scripts": {
10
- "prebuild": "npm run clean && npm run type-check",
+ "prebuild": "npm run type-check && npm run clean",
11
"dr:surge": "node dr-surge.js",
12
"build": "webpack --config webpack.prod.js && npm run dr:surge",
13
"start": "sirv dist --cors --single --host --port 8080",
0 commit comments