Skip to content

Commit

Permalink
refactor: Remove build scripts from core package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardBrunton committed Dec 20, 2024
1 parent 8f54226 commit 0ed9b7e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
"sideEffects": false,
"license": "MIT",
"private": true,
"scripts": {
"build": "tsup ./src/index.ts --format cjs,esm --dts --clean",
"build:prod": "tsup ./src/index.ts --format cjs,esm --dts --clean",
"pr-release": "tsx ../../.github/helpers/src/pre-version.ts publish"
},
"module": "src/index.ts",
"dependencies": {},
"peerDependencies": {
Expand Down

0 comments on commit 0ed9b7e

Please sign in to comment.