Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Jun 24, 2024
1 parent 3a1f0fe commit fdd34ec
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 @@ -16,7 +16,7 @@
"clean": "rimraf dist",
"build": "bun run clean && rollup -c && tsc --declaration true --emitDeclarationOnly true --declarationMap",
"docs": "typedoc --options typedoc.json",
"test": "vitest run --config ./vitest.config.ts",
"test": "vitest run --pool=forks --config ./vitest.config.ts",
"test-browser": "vitest run --browser.name=chrome --browser.headless --config ./vitest.config.ts"
},
"files": [
Expand Down

0 comments on commit fdd34ec

Please sign in to comment.