mirror of
https://github.com/mempool/mempool.git
synced 2025-03-13 11:36:07 +01:00
Set npm to run ng
and tsc
binaries from ./node_modules/
path
This commit is contained in:
parent
fdf9cf7977
commit
e51a4ce028
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue