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 2f26557 commit 2e1b3fcCopy full SHA for 2e1b3fc
package.json
@@ -7,7 +7,7 @@
7
"start": "npm run watch-js & harp server public",
8
"watch-js": "watchify client/cards.js -o public/js/cards.js",
9
"build-js": "browserify client/cards.js > public/js/cards.js",
10
- "build": "npm run build-js && npm run update-data && harp compile public dist",
+ "build": "npm run build-js && harp compile public dist",
11
"test": "standard",
12
"update-data": "node scripts/generate_data_file.js > public/_data.json"
13
},
0 commit comments