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 ce2955f commit 2f5a43eCopy full SHA for 2f5a43e
composer.json
@@ -41,7 +41,7 @@
41
"build": [
42
"composer install --no-dev",
43
"@build-common",
44
- "npm ci --production"
+ "npm ci --omit=dev"
45
],
46
"build-dev": [
47
"composer install",
package.json
@@ -9,7 +9,7 @@
9
"sass": "1.78.0"
10
},
11
"scripts": {
12
- "postinstall": "cd dumper-companion && npm run build && cd .. && node build.js",
+ "postinstall": "cd dumper-companion && npm ci --omit=dev && npm run build && cd .. && node build.js",
13
"scss:watch": "sass --watch ./scss:./public_html/css"
14
}
15
0 commit comments