Skip to content

Commit

Permalink
feat: remove generate-types from buildé
Browse files Browse the repository at this point in the history
  • Loading branch information
maximedasilva committed Sep 1, 2023
1 parent fdfe213 commit f3a04de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"scripts": {
"clean": "rm -rf ./dist || true",
"build": "yarn clean && npm run generate-types && rollup -c",
"build": "yarn clean && rollup -c",
"generate-types": "npx tsc --project ./tsconfig.build.json",
"test": "jest"
},
Expand Down

0 comments on commit f3a04de

Please sign in to comment.