This commit is contained in:
DaanV2
2022-09-16 14:56:57 +02:00
parent 164c4ae7cf
commit b8e706b5b6
3 changed files with 80 additions and 33 deletions

View File

@@ -12,6 +12,7 @@
"clean": "rimraf lib",
"compile": "tsc -b",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "exit 0",
"postversion": "git push && git push --tags",
"prepublishOnly": "npm test",
"pretest": "npm run compile",