|
@@ -23,7 +23,8 @@
|
|
|
"watch": "tsc -watch -p ./",
|
|
"watch": "tsc -watch -p ./",
|
|
|
"pretest": "yarn run compile && yarn run lint",
|
|
"pretest": "yarn run compile && yarn run lint",
|
|
|
"lint": "eslint src --ext ts",
|
|
"lint": "eslint src --ext ts",
|
|
|
- "test": "node ./out/test/runTest.js"
|
|
|
|
|
|
|
+ "test": "node ./out/test/runTest.js",
|
|
|
|
|
+ "build": "vsce package --no-yarn"
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
"@types/glob": "^8.1.0",
|
|
"@types/glob": "^8.1.0",
|