add npm script command

This commit is contained in:
Paul Sealock 2019-07-26 14:16:09 +12:00
parent cff124f8fe
commit eb113407c4
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@
"test:update-snapshots": "jest --updateSnapshot --config tests/js/jest.config.json",
"test:watch": "npm run test -- --watch",
"example": "webpack --config docs/examples/extensions/examples.config.js --watch",
"changelog": "node ./bin/changelog.js "
"changelog": "node ./bin/changelog.js ",
"pre-release": "./bin/pre-release.sh"
},
"husky": {
"hooks": {