Skip to content

Commit

Permalink
Add prepack so that this library builds before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Nov 6, 2024
1 parent ef98641 commit d781063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"main": "dist/prettier-plugin-ember-template-tag.js",
"scripts": {
"build": "tsc && vite build",
"prepack": "pnpm build",
"preexample": "vite build",
"example": "pnpm preexample && cd examples && pnpm example",
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\" --prefix-colors auto",
Expand Down

0 comments on commit d781063

Please sign in to comment.