添加环境变量local

This commit is contained in:
luying
2020-10-16 17:52:54 +08:00
parent f6509532ac
commit df879279cb
4 changed files with 61 additions and 6 deletions

View File

@@ -10,7 +10,8 @@
"test": "yarn run build",
"cov": "nyc mocha",
"ci": "yarn run test",
"gen-api-ref": "node ../../../node_modules/typedoc/bin/typedoc --mode file --hideGenerator --excludeExternals --ignoreCompilerErrors --out ../../../run/site/public/api-reference/pinus-loader lib/"
"gen-api-ref": "node ../../../node_modules/typedoc/bin/typedoc --mode file --hideGenerator --excludeExternals --ignoreCompilerErrors --out ../../../run/site/public/api-reference/pinus-loader lib/",
"local": "npm run build && cd dist && NODE_ENV=local pinus start -e local"
},
"dependencies": {
"@typegoose/typegoose": "^7.3.5",