|
@@ -12,7 +12,7 @@
|
|
|
"tsc": "tsc -p tsconfig.build.json",
|
|
"tsc": "tsc -p tsconfig.build.json",
|
|
|
"tsc:w": "yarn tsc -w",
|
|
"tsc:w": "yarn tsc -w",
|
|
|
"dev:ci": "yarn dev --ci",
|
|
"dev:ci": "yarn dev --ci",
|
|
|
- "dev": "cross-env NODE_ENV=development ts-node-dev -r tsconfig-paths/register -r dotenv-flow/config src/index.ts",
|
|
|
|
|
|
|
+ "dev": "cross-env NODE_ENV=development ts-node-dev -r tsconfig-paths/register -r dotenv-flow/config --transpile-only src/index.ts",
|
|
|
"start:prod:ci": "yarn start:prod --ci",
|
|
"start:prod:ci": "yarn start:prod --ci",
|
|
|
"start:prod": "cross-env NODE_ENV=production node -r dotenv-flow/config dist/index.js",
|
|
"start:prod": "cross-env NODE_ENV=production node -r dotenv-flow/config dist/index.js",
|
|
|
"postbuild": "yarn cp:public && yarn cp:views && yarn cp:bootstrap",
|
|
"postbuild": "yarn cp:public && yarn cp:views && yarn cp:bootstrap",
|