Updated
This commit is contained in:
@@ -8,9 +8,16 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"compile": "tsc -b",
|
"compile": "tsc -b",
|
||||||
|
"build": "npm run clean && npm run compile",
|
||||||
|
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
|
||||||
"test": "mocha --debug-brk",
|
"test": "mocha --debug-brk",
|
||||||
|
"clean": "rimraf lib",
|
||||||
"pretest": "npm run compile",
|
"pretest": "npm run compile",
|
||||||
"update": "npm update && npm audit fix"
|
"prepublishOnly": "npm test",
|
||||||
|
"preversion": "",
|
||||||
|
"postversion": "git push && git push --tags",
|
||||||
|
"version": "git add -A src",
|
||||||
|
"watch": "tsc -w -p ./src"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"compile": "tsc -b",
|
"compile": "tsc -b",
|
||||||
|
|||||||
Reference in New Issue
Block a user