Skip to content

Commit 20f1f47

Browse files
committed
Revert change to remove --production flag.
1 parent dda212e commit 20f1f47

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
@@ -182,7 +182,7 @@
182182
"docgen:v2:gen": "api-documenter-fire markdown -i docgen/v2 -o docgen/v2/markdown --project functions && npm run docgen:v2:toc",
183183
"docgen:v2": "npm run build && npm run docgen:v2:extract && npm run docgen:v2:gen",
184184
"build:pack": "rm -rf lib && npm install && tsc -p tsconfig.release.json && npm pack",
185-
"build:release": "npm ci && npm install --no-save typescript && tsc -p tsconfig.release.json",
185+
"build:release": "npm ci --production && npm install --no-save typescript && tsc -p tsconfig.release.json",
186186
"build": "tsc -p tsconfig.release.json",
187187
"build:watch": "npm run build -- -w",
188188
"format": "npm run format:ts && npm run format:other",

0 commit comments

Comments
 (0)