Skip to content

Commit

Permalink
chore: build when publishing (#1430)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra authored Sep 23, 2024
1 parent b26fb2f commit 44e820b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "eslint src && eslint cypress",
"lint:fix": "eslint src --fix && eslint cypress --fix",
"prettier": "prettier --write src/ functional_tests/",
"prepublishOnly": "pnpm lint && pnpm test && pnpm build && pnpm test:react",
"prepublishOnly": "pnpm lint && pnpm build && pnpm test && pnpm test:react",
"test": "pnpm test:unit && pnpm test:custom-eslint-rules && pnpm test:functional",
"test:unit": "jest src",
"test:custom-eslint-rules": "jest eslint-rules",
Expand Down

0 comments on commit 44e820b

Please sign in to comment.