This commit is contained in:
2026-04-13 11:37:51 +02:00
parent 4c9ef78d4b
commit a7d467534c

View File

@@ -17,11 +17,11 @@
"scripts": {
"compile": "tsc -p ./",
"lint": "eslint src --ext ts",
"prepare": "husky",
"pretest": "npm run compile && npm run lint",
"test": "vscode-test",
"vscode:prepublish": "npm run compile",
"watch": "tsc -watch -p ./",
"prepare": "husky"
"watch": "tsc -watch -p ./"
},
"contributes": {
"commands": [