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 9738a33 commit 09c0fb4Copy full SHA for 09c0fb4
package.json
@@ -51,7 +51,7 @@
51
],
52
"scripts": {
53
"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",
+ "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",
55
"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",
56
"build": "node ./bin/generate.js",
57
"version": "manual-git-changelog onversion"
0 commit comments