Skip to content

Commit

Permalink
fix(cuttings): Build during publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidnioulz committed Oct 22, 2024
1 parent 86adf6c commit 2f432eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cuttings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"lint:files": "eslint --",
"lint:fix": "eslint . --fix",
"lint:staged": "lint-staged",
"prepublish": "pnpm build",
"test": "vitest run",
"test:changed": "vitest run --changed HEAD~1",
"test:coverage": "vitest --coverage run",
Expand Down

0 comments on commit 2f432eb

Please sign in to comment.