Skip to content

Commit

Permalink
Added missing release script (#1919)
Browse files Browse the repository at this point in the history
* Added missing `release` script

* fix
  • Loading branch information
dotansimha authored Feb 13, 2023
1 parent 2494818 commit 4aa0722
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"node": ">=14"
},
"scripts": {
"prerelease": "yarn build",
"release": "changeset publish",
"postinstall": "yarn workspace website patch-package",
"prebuild": "rimraf packages/*/build/",
"build": "yarn workspaces run build",
Expand Down

0 comments on commit 4aa0722

Please sign in to comment.