Skip to content

Commit

Permalink
Test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Riley committed Sep 25, 2024
1 parent 2ef327a commit 476d1b3
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 @@ -28,7 +28,7 @@
"demo": "pnpm --filter='vue3-icon-demo' run dev",
"demo:build": "pnpm --filter='vue3-icon-demo' run prod",
"demo:deploy": "pnpm --filter='vue3-icon-demo' run deploy",
"prepublishOnly": "npm run test && npm run build && npm run build:types"
"prepublishOnly": "vitest --run && npm run build && npm run build:types"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 476d1b3

Please sign in to comment.