add npm script command
This commit is contained in:
parent
cff124f8fe
commit
eb113407c4
|
@ -56,7 +56,8 @@
|
||||||
"test:update-snapshots": "jest --updateSnapshot --config tests/js/jest.config.json",
|
"test:update-snapshots": "jest --updateSnapshot --config tests/js/jest.config.json",
|
||||||
"test:watch": "npm run test -- --watch",
|
"test:watch": "npm run test -- --watch",
|
||||||
"example": "webpack --config docs/examples/extensions/examples.config.js --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": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
|
|
Loading…
Reference in New Issue