We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2a216 commit 361d105Copy full SHA for 361d105
1 file changed
package.json
@@ -10,10 +10,11 @@
10
"cli": "yarn workspace @virtualize/osa-snippets run cli",
11
"lint": "biome check ./js",
12
"test": "vitest ./js --run",
13
+ "test-all": "vitest ./js --run",
14
"test:coverage": "vitest ./js --run --coverage",
15
"lint:fix": "biome check --fix ./js",
16
"build": "echo 'Nothing to build at root'",
- "test:e2e": "cd js && node ../tests/run-tests.zsh"
17
+ "test:e2e": "yarn test && ./tests/run-tests.zsh"
18
},
19
"devDependencies": {
20
"@biomejs/biome": "^2.3.3",
0 commit comments