Skip to content

Commit

Permalink
test package change
Browse files Browse the repository at this point in the history
  • Loading branch information
indirectlylit committed Jul 31, 2024
1 parent c91d301 commit 725c6f8
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 @@ -88,7 +88,7 @@
"trim-stats": "./dist/bin.js trim-stats-file",
"storybook": "storybook dev -p 9009",
"test": "vitest run --coverage && vitest run -c vitest.no-threads.config.ts",
"prepare": "husky install && npm run build",
"prepare": "echo 'Prepare started...' && yarn run build && echo 'Prepare done'",
"dev": "tsup --watch",
"lint-staged": "lint-staged"
},
Expand Down

0 comments on commit 725c6f8

Please sign in to comment.