Skip to content

Commit

Permalink
chore: specify prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose committed Jan 18, 2024
1 parent e90ea72 commit 2bca37a
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 @@ -31,6 +31,7 @@
"dev:prepare": "pnpm prepare",
"build": "nuxt-module-build build",
"prepack": "pnpm build",
"prepublishOnly": "pnpm build",
"release": "pnpm lint && pnpm test && pnpm prepack && pnpm changelogen --release --push && pnpm publish",
"docs:build": "nuxi generate docs",
"docs:preview": "nuxi preview docs",
Expand Down

0 comments on commit 2bca37a

Please sign in to comment.