Skip to content

Commit

Permalink
Revert change to remove --production flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
taeold committed Aug 30, 2024
1 parent dda212e commit 20f1f47
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 @@ -182,7 +182,7 @@
"docgen:v2:gen": "api-documenter-fire markdown -i docgen/v2 -o docgen/v2/markdown --project functions && npm run docgen:v2:toc",
"docgen:v2": "npm run build && npm run docgen:v2:extract && npm run docgen:v2:gen",
"build:pack": "rm -rf lib && npm install && tsc -p tsconfig.release.json && npm pack",
"build:release": "npm ci && npm install --no-save typescript && tsc -p tsconfig.release.json",
"build:release": "npm ci --production && npm install --no-save typescript && tsc -p tsconfig.release.json",
"build": "tsc -p tsconfig.release.json",
"build:watch": "npm run build -- -w",
"format": "npm run format:ts && npm run format:other",
Expand Down

0 comments on commit 20f1f47

Please sign in to comment.