Skip to content

Commit

Permalink
chore: set prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
anday013 committed Apr 7, 2024
1 parent 488b765 commit be696c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"test:watch": "jest --watch",
"test:coverage": "jest --collectCoverage --coverageDirectory=\"./coverage\"",
"build:dev": "tsc",
"build:prod": "tsc -p tsconfig.prod.json"
"build:prod": "tsc -p tsconfig.prod.json",
"prepublishOnly": "npm run build:prod"
},
"keywords": [
"react-native",
Expand Down

0 comments on commit be696c6

Please sign in to comment.