Skip to content

Commit

Permalink
chore: update package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
innocenzi committed Dec 15, 2024
1 parent 2de21fd commit 4980929
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"lint:fix": "eslint --fix packages",
"build": "bun --filter '*' build",
"dev": "bun --filter '*' build:stub",
"test": "vitest",
"release": "bumpp package.json --push --tag --commit \"release: v\""
"test": "vitest"
},
"devDependencies": {
"@innocenzi/eslint-config": "^0.22.4",
Expand Down
6 changes: 4 additions & 2 deletions packages/vite-plugin-tempest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-tempest",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"author": "Enzo Innocenzi",
"license": "MIT",
"sideEffects": false,
Expand All @@ -21,7 +21,9 @@
"scripts": {
"build": "unbuild",
"build:stub": "unbuild --stub",
"test": "vitest"
"prepublishOnly": "bun run test && bun run build",
"test": "vitest run",
"test:watch": "vitest"
},
"peerDependencies": {
"typescript": "^5.0.0",
Expand Down

0 comments on commit 4980929

Please sign in to comment.