mirror of
https://github.com/fabioformosa/quartz-manager.git
synced 2025-12-15 23:23:31 +09:00
#80 fixed the build command as angular v14
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve --proxy-config proxy.conf.json",
|
"start": "ng serve --proxy-config proxy.conf.json",
|
||||||
"build": "ng build --prod",
|
"build": "ng build --configuration production",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"e2e": "ng e2e"
|
"e2e": "ng e2e"
|
||||||
|
|||||||
Reference in New Issue
Block a user