Skip to content

Commit 5054832

Browse files
Merge pull request #284 from ember-tooling/add-prepack
Add prepack so that this library builds before publish
2 parents ef98641 + d781063 commit 5054832

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)