Skip to content

Commit

Permalink
revert: 456099a
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Mar 21, 2023
1 parent 7678a89 commit 7e20562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -67,7 +67,7 @@
"format": "prettier --check --write .",
"format-fail": "prettier --check .",
"check": "run-s format-fail build test",
"test": "run-s test-unit test-e2e test-e2e-build test-init test-init-build",
"test": "run-s test-unit test-e2e test-e2e-build",
"test-unit": "vitest run -r __tests__/unit",
"test-e2e": "vitest run -r __tests__/e2e",
"test-e2e-build": "VITE_TEST_BUILD=1 pnpm test-e2e",
Expand Down

0 comments on commit 7e20562

Please sign in to comment.