chore: dev env

This commit is contained in:
Bill Church 2024-12-04 11:37:30 +00:00
parent 8c710e76f2
commit 358d56e49a
No known key found for this signature in database

View file

@ -51,7 +51,7 @@
"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",
"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",
"publish:dry-run": "npm publish --dry-run",
"publish:npm": "npm publish",