feat: add shebang
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
"prebuild": "rimraf dist",
|
||||
"build": "nest build",
|
||||
"dev": "npm run start",
|
||||
"bundle": "rimraf out && yarn run build && cd dist/src && npx ncc build main.js -o ../../out -m",
|
||||
"bundle": "rimraf out && yarn run build && cd dist/src && npx ncc build main.js -o ../../out -m && cd ../.. && chmod +x out/index.js",
|
||||
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
||||
"start": "cross-env NODE_ENV=development nest start -w --path tsconfig.json",
|
||||
"start:dev": "nest build --webpack --webpackPath webpack-hmr.config.js --watch",
|
||||
|
||||
Reference in New Issue
Block a user