Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Nov 7, 2022
1 parent b4be9b7 commit 318016a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -61,8 +61,8 @@
"build-node": "tsc -p src/node --noEmit && rollup --config rollup.config.ts --configPlugin esbuild",
"format": "prettier --check --write .",
"format-fail": "prettier --check .",
"check": "run-s format-fail docs-build test",
"test": "run-p test-unit test-serve test-build",
"check": "run-s format-fail build test",
"test": "run-p --aggregate-output test-unit test-serve test-build",
"test-unit": "vitest run -r __tests__/unit",
"test-serve": "vitest run -r __tests__/e2e",
"test-build": "VITE_TEST_BUILD=1 vitest run -r __tests__/e2e",
Expand Down

0 comments on commit 318016a

Please sign in to comment.