chore: remove build:prod

This commit is contained in:
2022-12-02 00:57:07 +08:00
parent 72d16a1996
commit 95c4178a86
2 changed files with 1 additions and 2 deletions

View File

@@ -5,7 +5,6 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"