Set npm to run ng and tsc binaries from ./node_modules/ path

This commit is contained in:
wiz 2020-11-23 17:19:16 +09:00
parent fdf9cf7977
commit e51a4ce028
No known key found for this signature in database
GPG key ID: A394E332255A6173

View file

@ -20,7 +20,8 @@
],
"main": "index.ts",
"scripts": {
"ng": "ng",
"ng": "./node_modules/@angular/cli/bin/ng",
"tsc": "./node_modules/typescript/bin/tsc",
"serve": "ng serve --proxy-config proxy.conf.json",
"start": "npm run generate-config && npm run sync-assets-dev && ng serve --proxy-config proxy.conf.json",
"build": "npm run generate-config && ng build --prod && npm run sync-assets",