dev/snippet (#130)

This commit is contained in:
2021-10-22 21:47:53 +08:00
committed by GitHub
parent b3f9adba7f
commit 4b7378a492
27 changed files with 555 additions and 47 deletions

View File

@@ -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",