Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit dd9ee0c

Browse files
committed
chore: fix build-prod-with-source-maps script
1 parent e5cd3b3 commit dd9ee0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"scripts": {
1515
"build": "ng build --target=development --env=dev",
1616
"build-prod": "ng build --target=production --env=prod",
17-
"build-prod-with-source-maps": "ng build --target=production --env=staging -sm",
17+
"build-prod-with-source-maps": "ng build --target=production --env=prod -sm",
1818
"start": "ng serve --target=development --env=dev",
1919
"start-prod": "ng serve --target=production --env=prod",
2020
"deploy": "firebase deploy --project prod",

0 commit comments

Comments
 (0)