Skip to content

Commit

Permalink
Use correct config for yarn dev-prod script
Browse files Browse the repository at this point in the history
  • Loading branch information
simonvbrae committed Sep 27, 2024
1 parent 9738a33 commit 09c0fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
],
"scripts": {
"lint": "eslint src/*.js",
"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",
"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",
"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",
"build": "node ./bin/generate.js",
"version": "manual-git-changelog onversion"
Expand Down

0 comments on commit 09c0fb4

Please sign in to comment.