Skip to content

Commit d781063

Browse files
committed
Add prepack so that this library builds before publish
1 parent ef98641 commit d781063

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"main": "dist/prettier-plugin-ember-template-tag.js",
2828
"scripts": {
2929
"build": "tsc && vite build",
30+
"prepack": "pnpm build",
3031
"preexample": "vite build",
3132
"example": "pnpm preexample && cd examples && pnpm example",
3233
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\" --prefix-colors auto",

0 commit comments

Comments
 (0)