Skip to content

Commit 2e1b3fc

Browse files
committed
fix: prevent data updates on build
1 parent 2f26557 commit 2e1b3fc

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
"start": "npm run watch-js & harp server public",
88
"watch-js": "watchify client/cards.js -o public/js/cards.js",
99
"build-js": "browserify client/cards.js > public/js/cards.js",
10-
"build": "npm run build-js && npm run update-data && harp compile public dist",
10+
"build": "npm run build-js && harp compile public dist",
1111
"test": "standard",
1212
"update-data": "node scripts/generate_data_file.js > public/_data.json"
1313
},

0 commit comments

Comments
 (0)