Skip to content

Commit

Permalink
Add a workspace-wide prerelease task
Browse files Browse the repository at this point in the history
  • Loading branch information
airhorns committed Jun 26, 2023
1 parent 43aad3a commit 095e3da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"lint:fix": "NODE_OPTIONS=\"--max-old-space-size=4096\" prettier --write --check \"(packages|scripts)/**/*.{js,ts,tsx}\" && eslint --ext ts,tsx --fix packages scripts",
"typecheck": "pnpm -r --no-bail exec tsc --noEmit",
"build": "pnpm -r --no-bail run --if-present build",
"prerelease": "pnpm -r --no-bail run --if-present prerelease",
"watch": "run-p --print-label watch:*",
"watch:client": "pnpm --filter=@gadgetinc/api-client-core watch",
"watch:react": "pnpm --filter=@gadgetinc/react watch",
Expand Down

0 comments on commit 095e3da

Please sign in to comment.