Skip to content

Commit

Permalink
Revert "build: fix run test"
Browse files Browse the repository at this point in the history
This reverts commit 617693e.
  • Loading branch information
Scrum committed Oct 23, 2023
1 parent 617693e commit ec9a922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -48,7 +48,7 @@
"scripts": {
"build": "rm -rf dist && tsup src/*.ts --format esm,cjs,iife --sourcemap --minify",
"prepare": "husky install && npm run build",
"test": "vitest",
"test": "vitest run --coverage",
"docs:api": "jsdoc2md lib/api.js > docs/api.md",
"docs:core": "jsdoc2md lib/index.js > docs/core.md",
"lint": "eslint . --ext .ts"
Expand Down

0 comments on commit ec9a922

Please sign in to comment.