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 78fa271 commit 25e5deeCopy full SHA for 25e5dee
package.json
@@ -9,7 +9,7 @@
9
"url": "http://github.com/insin/react-hn.git"
10
},
11
"scripts": {
12
- "build": "npm run lint && cp node_modules/sw-toolbox/sw-toolbox.js dist/sw-toolbox.js && ./node_modules/.bin/nwb build && npm run copy-manifest && npm run precache",
+ "build": "mkdir -p dist && npm run lint && cp node_modules/sw-toolbox/sw-toolbox.js dist/sw-toolbox.js && ./node_modules/.bin/nwb build && npm run copy-manifest && npm run precache",
13
"deploy": "gcloud preview app deploy",
14
"lint": "./node_modules/eslint-config-jonnybuchanan/bin/lint.js src",
15
"lint:fix": "./node_modules/eslint-config-jonnybuchanan/bin/lint.js --fix .",
0 commit comments