We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc39bd commit 74c314cCopy full SHA for 74c314c
1 file changed
editors/code/package.json
@@ -115,6 +115,7 @@
115
"compile": "tsc -p ./",
116
"watch": "tsc -watch -p ./",
117
"pretest": "pnpm run compile && pnpm run lint",
118
+ "pretest:ci": "pnpm run pretest",
119
"lint": "eslint src --ext ts",
120
"test": "node ./out/test/runTest.js",
121
"test:ci": "xvfb-run -a node ./out/test/runTest.js",
0 commit comments