mirror of https://github.com/OpenVidu/openvidu.git
Dashboard: update Angular script commands location in package.json
parent
cb48033e72
commit
16682c5456
|
@ -42,8 +42,8 @@
|
|||
"name": "frontend",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "./node_modules/@angular/cli/bin/ng build --base-href /dashboard/ --output-path ../main/resources/static/dashboard",
|
||||
"build-prod": "./node_modules/@angular/cli/bin/ng build --configuration production --base-href /dashboard/ --output-path ../main/resources/static/dashboard",
|
||||
"build": "./node_modules/.bin/ng build --base-href /dashboard/ --output-path ../main/resources/static/dashboard",
|
||||
"build-prod": "./node_modules/.bin/ng build --configuration production --base-href /dashboard/ --output-path ../main/resources/static/dashboard",
|
||||
"e2e": "ng e2e",
|
||||
"lint": "ng lint",
|
||||
"ng": "ng",
|
||||
|
|
Loading…
Reference in New Issue