We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e71dc commit 50af717Copy full SHA for 50af717
package.json
@@ -41,7 +41,7 @@
41
"serve": "http-server --cors=* -c-1 -p 8022 ./build",
42
"template": "buildtools template",
43
"test:all": "buildtools testall",
44
- "test:devserver": "vitest --project \"Dev Server\"",
+ "test:devserver": "yarn workspaces foreach -A --include \"@sourceacademy/modules-devserver\" run test",
45
"test:libs": "yarn workspaces foreach -ptW --from \"./lib/*\" run test",
46
"test:modules": "yarn workspaces foreach -ptW --from \"./src/{bundles,tabs}/*\" run test",
47
"tsc:all": "yarn workspaces foreach -pt --all --exclude \"@sourceacademy/modules\" run tsc",
0 commit comments