Skip to content

Commit

Permalink
Add scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl committed Mar 22, 2024
1 parent 24f47fe commit 064ba7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"scripts": {
"build": "yarn clean && microbundle -f cjs,es --tsconfig tsconfig.build.json",
"clean": "rm -rf dist",
"test": "vitest",
"format": "prettier '**/*' -u -w",
"test": "vitest run",
"typecheck": "tsc --noEmit",
"example": "vite example --config vite.config.mjs"
},
"devDependencies": {
Expand Down

0 comments on commit 064ba7e

Please sign in to comment.