mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 10:21:52 +01:00
Same npm fix for running tsc
from ./node_modules
for backend
This commit is contained in:
parent
e51a4ce028
commit
824bc21035
@ -20,7 +20,9 @@
|
|||||||
],
|
],
|
||||||
"main": "index.ts",
|
"main": "index.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"ng": "./node_modules/@angular/cli/bin/ng",
|
||||||
|
"tsc": "./node_modules/typescript/bin/tsc",
|
||||||
|
"build": "npm run tsc",
|
||||||
"start": "node --max-old-space-size=4096 dist/index.js",
|
"start": "node --max-old-space-size=4096 dist/index.js",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user