Skip to content

Commit

Permalink
chore: add prepublishOnly at root to speedup canary publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Apr 8, 2024
1 parent 13cd668 commit e510973
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 @@ -51,6 +51,7 @@
"example:clean-studio": "cd examples/blog-studio && pnpm start",
"example:ecommerce-studio": "cd examples/blog-studio && pnpm start",
"example:example-studio": "cd examples/blog-studio && pnpm start",
"prepublishOnly": "pnpm build",
"example:movies-studio": "cd examples/blog-studio && pnpm start",
"install:deps": "pnpm install",
"lint": "run-s check:lint",
Expand Down

0 comments on commit e510973

Please sign in to comment.