mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server dashboard: "ng build" use local node_modules
parent
bd6cb6b3da
commit
59909b533f
|
@ -42,8 +42,8 @@
|
||||||
"name": "frontend",
|
"name": "frontend",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "ng build --base-href /dashboard/ --output-path ../main/resources/static/dashboard",
|
"build": "./node_modules/@angular/cli/bin/ng build --base-href /dashboard/ --output-path ../main/resources/static/dashboard",
|
||||||
"build-prod": "ng build --base-href /dashboard/ --prod --output-path ../main/resources/static/dashboard",
|
"build-prod": "./node_modules/@angular/cli/bin/ng build --base-href /dashboard/ --prod --output-path ../main/resources/static/dashboard",
|
||||||
"e2e": "ng e2e",
|
"e2e": "ng e2e",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
|
|
Loading…
Reference in New Issue