Skip to content

Commit

Permalink
ci: update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienwnklr committed Jan 16, 2024
1 parent 81cdb4e commit a21f7a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@
"dev:docs": "cd docs/ && npm run start",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "npm run test:unit",
"test:unit": "vitest run",
"test:unit:watch": "vitest dev",
"test": "vitest run",
"test:watch": "vitest dev",
"format": "prettier src/**/*.ts --write",
"lint": "npx eslint src/**",
"build:api": "npx typedoc --gitRevision master --excludePrivate --plugin typedoc-plugin-markdown --out docs/docs/api src/**/*.ts",
Expand Down

0 comments on commit a21f7a7

Please sign in to comment.