Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gitKrystan committed Dec 28, 2023
1 parent 48bf2e7 commit 8a5bc10
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 @@ -31,7 +31,7 @@
"scripts": {
"build": "tsc && vite build",
"preexample": "vite build",
"example": "pnpm preexample && cd examples && pnpm example-debug",
"example": "pnpm preexample && cd examples && pnpm example",
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\" --prefix-colors auto",
"lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\" --prefix-colors auto",
"lint:eslint": "eslint . --cache",
Expand Down

0 comments on commit 8a5bc10

Please sign in to comment.