Set --enable-source-maps for the worker package.
This commit is contained in:
parent
1c6036cb09
commit
5da9bfee14
|
@ -9,5 +9,5 @@
|
|||
],
|
||||
"ext": "js,ts,json",
|
||||
"ignore": ["src/**/*.spec.ts", "src/**/*.spec.js", "../*/dist/**/*"],
|
||||
"exec": "yarn build && node dist/index.js"
|
||||
"exec": "yarn build && node --enable-source-maps dist/index.js"
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"postbuild": "copyfiles -f ../../yarn.lock ./dist/",
|
||||
"check:types": "tsc -p tsconfig.json --noEmit --paths null",
|
||||
"build:dev": "yarn prebuild && tsc --build --watch --preserveWatchOutput",
|
||||
"run:docker": "node dist/index.js",
|
||||
"run:docker": "node --enable-source-maps dist/index.js",
|
||||
"debug": "yarn build && node --expose-gc --inspect=9223 dist/index.js",
|
||||
"run:docker:cluster": "pm2-runtime start pm2.config.js",
|
||||
"dev:stack:init": "node ./scripts/dev/manage.js init",
|
||||
|
|
Loading…
Reference in New Issue