Update package.json
Some checks failed
Some checks failed
This commit is contained in:
parent
627c461d68
commit
a931c2c7c6
@ -2,12 +2,10 @@
|
||||
"name": "291st",
|
||||
"version": "2.0.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"start": "npx ng serve",
|
||||
"build": "npm run build:dev",
|
||||
"build:dev": "ng build --configuration development",
|
||||
"build:prod": "ng build --configuration production",
|
||||
"watch": "ng build --watch --configuration development"
|
||||
"build:dev": "npx ng build --configuration development",
|
||||
"build:prod": "npx ng build --configuration production",
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user