Skip to content

Commit 74c314c

Browse files
committed
[Actions] Trying again to get CI tests to run
1 parent ebc39bd commit 74c314c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

editors/code/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
"compile": "tsc -p ./",
116116
"watch": "tsc -watch -p ./",
117117
"pretest": "pnpm run compile && pnpm run lint",
118+
"pretest:ci": "pnpm run pretest",
118119
"lint": "eslint src --ext ts",
119120
"test": "node ./out/test/runTest.js",
120121
"test:ci": "xvfb-run -a node ./out/test/runTest.js",

0 commit comments

Comments
 (0)