Skip to content

Commit

Permalink
Add postinstall step with build:common
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Dec 5, 2023
1 parent a3e6fca commit a5644ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"build:common": "pnpm -r --filter transport-common build",
"build:client": "pnpm -r --filter transport-client build",
"start:server": "pnpm -r --filter transport-server start",
"devPreinstall": "husky install"
"devPreinstall": "husky install",
"postinstall": "pnpm build:common"
},
"devDependencies": {
"husky": "^8.0.3",
Expand Down

1 comment on commit a5644ad

@ekbdev
Copy link

@ekbdev ekbdev commented on a5644ad Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for transport ready!

✅ Preview
https://transport-gcp6eo3ki-ekbdev.vercel.app
https://ekbdev-transport-map-notification.vercel.app

Built with commit a5644ad.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.