chore: dev env

This commit is contained in:
Bill Church 2024-08-22 02:33:42 +00:00
parent 83fb54d98f
commit ca0c33004f
No known key found for this signature in database

View file

@ -51,7 +51,7 @@
"lint:fix": "eslint src --fix", "lint:fix": "eslint src --fix",
"watch": "NODE_ENV=development nodemon index.js -w app/ -w index.js -w config.json -w package.json", "watch": "NODE_ENV=development nodemon index.js -w app/ -w index.js -w config.json -w package.json",
"test": "jest", "test": "jest",
"release": "standard-version -a -s", "release": "standard-version -a -s --release-as patch",
"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",