Skip to content

Commit 6e3ba46

Browse files
committed
fix: correct CI code to use --no-mods
1 parent cd5dfa9 commit 6e3ba46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
"compile": "tsc -p ./",
312312
"watch": "tsc -watch -p ./",
313313
"lint": "eslint src --ext ts",
314-
"pretest": "SYMPOSIUM_CONFIG_DIR=\"$PWD/test-workspace/.symposium\" symposium-acp-agent init \"$PWD/test-workspace\" --agent elizacp --no-extensions",
314+
"pretest": "SYMPOSIUM_CONFIG_DIR=\"$PWD/test-workspace/.symposium\" symposium-acp-agent init \"$PWD/test-workspace\" --agent elizacp --no-mods",
315315
"test": "SYMPOSIUM_CONFIG_DIR=\"$PWD/test-workspace/.symposium\" npm run compile && SYMPOSIUM_CONFIG_DIR=\"$PWD/test-workspace/.symposium\" vscode-test"
316316
},
317317
"devDependencies": {

0 commit comments

Comments
 (0)