Skip to content

Commit

Permalink
Fix build side-effects from third-parties package (#52969)
Browse files Browse the repository at this point in the history
We shouldn't be generating src files during the build script as these
can break publishing.
  • Loading branch information
ijjk committed Jul 20, 2023
1 parent 55eebef commit e609e02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/third-parties/package.json
Expand Up @@ -12,8 +12,7 @@
],
"license": "MIT",
"scripts": {
"build": "rm -rf dist && tsc -d -p tsconfig.json && node scripts/update-third-parties",
"prepublishOnly": "cd ../../ && turbo run build",
"manual-build": "rm -rf dist && tsc -d -p tsconfig.json && node scripts/update-third-parties",
"dev": "tsc -d -w -p tsconfig.json",
"typescript": "tsec --noEmit -p tsconfig.json"
},
Expand Down

0 comments on commit e609e02

Please sign in to comment.