dev/snippet (#130)
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
"build": "nest build",
|
||||
"bundle": "rimraf out && yarn run build && cd dist/src && npx ncc build main.js -o ../../out -m",
|
||||
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
||||
"start": "cross-env NODE_ENV=development nest start -w",
|
||||
"start": "cross-env NODE_ENV=development nest start -w --path tsconfig.json",
|
||||
"start:dev": "nest build --webpack --webpackPath webpack-hmr.config.js --watch",
|
||||
"start:debug": "cross-env NODE_ENV=development nest start --debug --watch",
|
||||
"start:prod": "cross-env NODE_ENV=production node dist/main",
|
||||
@@ -145,6 +145,7 @@
|
||||
"ioredis": "*",
|
||||
"jest": "27.3.1",
|
||||
"lint-staged": "11.2.3",
|
||||
"mockingoose": "2.15.2",
|
||||
"prettier": "2.4.1",
|
||||
"rimraf": "3.0.2",
|
||||
"run-script-webpack-plugin": "0.0.11",
|
||||
|
||||
Reference in New Issue
Block a user