Skip to content

Commit

Permalink
test: revert running only ssg e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbieGoede committed Jan 24, 2025
1 parent 3cc2e25 commit 5f9f6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"test": "pnpm build && run-s test:types test:unit test:spec",
"test:types": "tsc --noEmit",
"test:unit": "vitest run test -c vitest.config.test.ts",
"test:spec": "vitest run specs/ssg"
"test:spec": "vitest run specs"
},
"pnpm": {
"overrides": {
Expand Down

0 comments on commit 5f9f6df

Please sign in to comment.