Skip to content

Commit 2f5a43e

Browse files
committed
BUILD: Update npm invocation and install packages for dumper-companion
1 parent ce2955f commit 2f5a43e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"build": [
4242
"composer install --no-dev",
4343
"@build-common",
44-
"npm ci --production"
44+
"npm ci --omit=dev"
4545
],
4646
"build-dev": [
4747
"composer install",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"sass": "1.78.0"
1010
},
1111
"scripts": {
12-
"postinstall": "cd dumper-companion && npm run build && cd .. && node build.js",
12+
"postinstall": "cd dumper-companion && npm ci --omit=dev && npm run build && cd .. && node build.js",
1313
"scss:watch": "sass --watch ./scss:./public_html/css"
1414
}
1515
}

0 commit comments

Comments
 (0)