Skip to content

Commit

Permalink
chore: make sure to build before publishing @hawtio/react
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Jan 31, 2023
1 parent dc1f5dd commit f90d567
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/hawtio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"build:watch": "tsup --watch",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
"test:coverage": "jest --coverage",
"prepack": "yarn build"
},
"dependencies": {
"@patternfly/react-core": "^4.267.6",
Expand Down

0 comments on commit f90d567

Please sign in to comment.