Update scripts
This commit is contained in:
parent
225903b43e
commit
80b3fcd5bb
@ -40,7 +40,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node test/test.js",
|
"test": "node test/test.js",
|
||||||
"build": "tsc && tsc -p tsconfig.cjs.json && node ./scripts/declareTypes.js",
|
"build": "tsc && tsc -p tsconfig.cjs.json && node ./scripts/declareTypes.js",
|
||||||
"release": "yarn build && yarn version patch && yarn npm publish",
|
"release:patch": "yarn build && yarn version patch && yarn npm publish",
|
||||||
"release:minor": "yarn build && yarn version minor && yarn npm publish",
|
"release:minor": "yarn build && yarn version minor && yarn npm publish",
|
||||||
"release:major": "yarn build && yarn version major && yarn npm publish",
|
"release:major": "yarn build && yarn version major && yarn npm publish",
|
||||||
"lint": "eslint src/ --fix"
|
"lint": "eslint src/ --fix"
|
||||||
|
Loading…
Reference in New Issue
Block a user