Skip to content

Commit

Permalink
chore: tweak scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Sep 12, 2024
1 parent 04c7ee4 commit 9b26896
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 @@ -33,8 +33,7 @@
"build:js": "babel src --out-dir build --extensions \".js,.ts,.jsx,.tsx\" --source-maps --ignore \"**/__tests__/**\"",
"build:ts": "tsc --build tsconfig.release.json",
"build": "yarn clean && yarn build:js && yarn build:ts && yarn copy-flowtypes",
"prepublish": "yarn build",
"publish": "release-it"
"publish": "yarn build && release-it"
},
"files": [
"build/",
Expand Down

0 comments on commit 9b26896

Please sign in to comment.