Skip to content

Commit 09c0fb4

Browse files
committed
Use correct config for yarn dev-prod script
1 parent 9738a33 commit 09c0fb4

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
@@ -51,7 +51,7 @@
5151
],
5252
"scripts": {
5353
"lint": "eslint src/*.js",
54-
"dev-prod": "comunica-compile-config config/config-default.json > .tmp-comunica-engine.js && ./bin/queries-to-json.js && webpack serve --config webpack.config.dev.js --mode production",
54+
"dev-prod": "comunica-compile-config config/config-default.json > .tmp-comunica-engine.js && ./bin/queries-to-json.js && webpack serve --config webpack.config.js --mode production",
5555
"dev": "comunica-compile-config config/config-default.json > .tmp-comunica-engine.js && ./bin/queries-to-json.js && webpack serve --config webpack.config.js --mode development",
5656
"build": "node ./bin/generate.js",
5757
"version": "manual-git-changelog onversion"

0 commit comments

Comments
 (0)