Skip to content

Commit

Permalink
fix: yarn4 prebuild (#2062)
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Aug 8, 2024
1 parent c367ecd commit e99c07a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
}
},
"scripts": {
"prebuild": "rimraf dist && yarn typegen",
"build": "rollup -c && yarn copy",
"build": "rimraf dist && yarn typegen && rollup -c && yarn copy",
"prepare": "yarn build && husky install",
"eslint": "eslint --fix .",
"eslint:ci": "eslint .",
Expand Down

0 comments on commit e99c07a

Please sign in to comment.