Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
Attempt to fix Web deployment (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxijonson authored Jul 13, 2023
1 parent f13875e commit 98265ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"release:patch": "npm run build && lerna publish patch --yes",
"release:minor": "npm run build && lerna publish minor --yes",
"release:major": "npm run build && lerna publish major --yes",
"install": "npm run build:lib"
"postinstall": "npm run build:lib"
},
"workspaces": [
"packages/*"
Expand Down

0 comments on commit 98265ec

Please sign in to comment.