This commit is contained in:
DaanV2
2021-08-18 21:03:39 +02:00
parent 3f2b44e493
commit 9abf4604b8

View File

@@ -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",