Skip to content

Commit

Permalink
Add postinstall back
Browse files Browse the repository at this point in the history
  • Loading branch information
apuntovanini committed Jun 7, 2024
1 parent 2594502 commit 90bf764
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"dev": "yarn turbo dev --concurrency=100 --continue",
"docs": "cd docs && yarn dev",
"fix": "manypkg fix",
"postinstall": "yarn build",
"pre-release": "yarn build && yarn changeset add",
"release": "yarn build && yarn changeset publish",
"sort:pkg": "yarn manypkg exec npx sort-package-json package.json",
Expand Down Expand Up @@ -73,7 +74,7 @@
"react": "^18.3.1",
"ts-node": "^10.9.2",
"tsup": "^8.1.0",
"turbo": "^2.0.3",
"turbo": "^1.13.4",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]"
Expand Down
3 changes: 1 addition & 2 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"module:jsx": "dist/jsx/index.js"
}
}

0 comments on commit 90bf764

Please sign in to comment.