Skip to content

Commit

Permalink
chore: remove prepare scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed May 24, 2024
1 parent 50a66f2 commit 48b448c
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 35 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"build:packages": "pnpm --no-bail --filter './packages/**/*' build",
"dev": "pnpm --no-bail --filter './src' --filter './src/*' --parallel dev",
"dev:packages": "pnpm --no-bail --filter './packages/**/*' --parallel dev",
"prepare": "pnpm build",
"test": "vitest"
},
"devDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/aws/cloudfront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch --sourcemap",
"prepare": "yarn build"
"dev": "tsup --watch --sourcemap"
},
"peerDependencies": {
"saus": "*"
Expand Down
3 changes: 1 addition & 2 deletions packages/aws/s3-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch --sourcemap",
"prepare": "yarn build"
"dev": "tsup --watch --sourcemap"
},
"peerDependencies": {
"saus": "*"
Expand Down
3 changes: 1 addition & 2 deletions packages/aws/s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch --sourcemap",
"prepare": "yarn build"
"dev": "tsup --watch --sourcemap"
},
"peerDependencies": {
"saus": "*"
Expand Down
3 changes: 1 addition & 2 deletions packages/aws/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch --sourcemap",
"prepare": "yarn build"
"dev": "tsup --watch --sourcemap"
},
"peerDependencies": {
"saus": "*"
Expand Down
5 changes: 2 additions & 3 deletions packages/cloudflare/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
],
"scripts": {
"build": "rimraf dist && tsup",
"dev": "rimraf dist && tsup --watch --sourcemap",
"prepare": "yarn build"
"dev": "rimraf dist && tsup --watch --sourcemap"
},
"peerDependencies": {
"saus": "*"
Expand All @@ -29,6 +28,6 @@
"saus": "*"
},
"dependencies": {
"@saus/cloudflare-request": "^0.1.0"
"@saus/cloudflare-request": "workspace:^0.1.0"
}
}
5 changes: 2 additions & 3 deletions packages/cloudflare/dns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch --sourcemap",
"prepare": "yarn build"
"dev": "tsup --watch --sourcemap"
},
"peerDependencies": {
"saus": "*"
Expand All @@ -22,6 +21,6 @@
"saus": "*"
},
"dependencies": {
"@saus/cloudflare-request": "^0.1.0"
"@saus/cloudflare-request": "workspace:^0.1.0"
}
}
3 changes: 1 addition & 2 deletions packages/cloudflare/page-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch --sourcemap",
"prepare": "yarn build"
"dev": "tsup --watch --sourcemap"
},
"peerDependencies": {
"saus": "*"
Expand Down
3 changes: 1 addition & 2 deletions packages/cloudflare/request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch --sourcemap",
"prepare": "yarn build"
"dev": "tsup --watch --sourcemap"
},
"peerDependencies": {
"saus": "*"
Expand Down
3 changes: 1 addition & 2 deletions packages/cloudform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch --sourcemap",
"prepare": "yarn build"
"dev": "tsup --watch --sourcemap"
},
"peerDependencies": {
"saus": "*"
Expand Down
3 changes: 1 addition & 2 deletions packages/cloudimage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch --sourcemap",
"prepare": "yarn build"
"dev": "tsup --watch --sourcemap"
},
"peerDependencies": {
"saus": "*"
Expand Down
3 changes: 1 addition & 2 deletions packages/git-push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch --sourcemap",
"prepare": "yarn build"
"dev": "tsup --watch --sourcemap"
},
"peerDependencies": {
"saus": "*"
Expand Down
3 changes: 1 addition & 2 deletions packages/page-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch --sourcemap",
"prepare": "yarn build"
"dev": "tsup --watch --sourcemap"
},
"peerDependencies": {
"saus": "*"
Expand Down
3 changes: 1 addition & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch --sourcemap",
"prepare": "yarn build"
"dev": "tsup --watch --sourcemap"
},
"peerDependencies": {
"react": "*",
Expand Down
3 changes: 1 addition & 2 deletions packages/secrets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch --sourcemap",
"prepare": "yarn build"
"dev": "tsup --watch --sourcemap"
},
"peerDependencies": {
"saus": "*"
Expand Down
3 changes: 1 addition & 2 deletions packages/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch --sourcemap",
"prepare": "yarn build"
"dev": "tsup --watch --sourcemap"
},
"peerDependencies": {
"saus": "*"
Expand Down
3 changes: 1 addition & 2 deletions packages/webp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
],
"scripts": {
"build": "rimraf dist && tsup",
"dev": "tsup --watch",
"prepare": "yarn build"
"dev": "tsup --watch"
},
"dependencies": {
"@rollup/pluginutils": "^4.1.2",
Expand Down

0 comments on commit 48b448c

Please sign in to comment.