chore: dev env
This commit is contained in:
parent
8c710e76f2
commit
358d56e49a
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
"lint:fix": "eslint app --fix",
|
"lint:fix": "eslint app --fix",
|
||||||
"watch": "NODE_ENV=development DEBUG=webssh* nodemon index.js -w app/ -w index.js -w config.json -w package.json",
|
"watch": "NODE_ENV=development DEBUG=webssh* nodemon index.js -w app/ -w index.js -w config.json -w package.json",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"release": "standard-version -a -s --release-as patch --commit-all",
|
"release": "npm run lint:fix && npm run test && standard-version -a -s --release-as patch --commit-all",
|
||||||
"release:dry-run": "standard-version -a -s --release-as patch --dry-run",
|
"release:dry-run": "standard-version -a -s --release-as patch --dry-run",
|
||||||
"publish:dry-run": "npm publish --dry-run",
|
"publish:dry-run": "npm publish --dry-run",
|
||||||
"publish:npm": "npm publish",
|
"publish:npm": "npm publish",
|
||||||
|
|
Loading…
Reference in a new issue