Skip to content

Commit

Permalink
chore(cli): use prebuild script (#6331)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt authored Jan 9, 2025
1 parent c346743 commit 817c4e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/libraries/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@
"graphql"
],
"scripts": {
"build": "tsc --build --clean && tsc --build",
"build": "tsc --build",
"build:watch": "tsc --build --watch",
"oclif:pack": "npm pack && pnpm oclif pack tarballs --no-xz",
"oclif:upload": "pnpm oclif upload tarballs --no-xz",
"postpack": "rm -f oclif.manifest.json",
"prebuild": "tsc --build --clean",
"prepack": "node scripts/replace-workspace.mjs rimraf lib && tsc -b && oclif manifest && oclif readme",
"prepublishOnly": "oclif manifest && oclif readme",
"schema:check:federation": "pnpm start schema:check examples/federation.graphql --service reviews",
Expand Down

0 comments on commit 817c4e7

Please sign in to comment.