Skip to content

Commit

Permalink
chore: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
eegli authored Jan 2, 2024
1 parent c24874d commit 2e31a4b
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 @@ -26,7 +26,7 @@
"build:release": "yarn build && yarn forallpackages exec rm -rf _release && yarn forallpackages pack && yarn forallpackages exec \"mkdir _release && tar zxvf package.tgz --directory _release && rm package.tgz\"",
"check-types": "tsc",
"dev": "preconstruct dev",
"forallpackages": "yarn workspaces foreach --no-private --verbose",
"forallpackages": "yarn workspaces foreach -A --no-private --verbose",
"format": "prettier --write packages website \"**/*.{js,ts,tsx,md}\"",
"get-endpoint-coverage": "yarn build && node scripts/endpoint-coverage.mjs",
"postinstall": "preconstruct dev && husky install",
Expand Down

0 comments on commit 2e31a4b

Please sign in to comment.