Skip to content

Commit d104285

Browse files
committed
chore: wip
1 parent 0bcb31e commit d104285

File tree

69 files changed

+71
-71
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+71
-71
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ jobs:
3737
- name: Install Dependencies
3838
run: bun install
3939

40-
- name: Prepublish # these packages are required for the "Publish framework" step
41-
run: cd storage/framework/core && bun run build
42-
4340
- name: Publish framework
4441
run: ./storage/framework/scripts/publish
4542
env:

storage/framework/core/actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"scripts": {
5050
"build": "bun --bun build.ts",
5151
"typecheck": "bun --bun tsc --noEmit",
52-
"prepublishOnly": "bun --bun run build"
52+
"prepublishOnly": "bun run build"
5353
},
5454
"peerDependencies": {
5555
"@stacksjs/cli": "workspace:*",

storage/framework/core/actions/src/helpers/package-json.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export async function generatePackageJson(type: PackageJsonType) {
7272
],
7373
"scripts": {
7474
"build": "vite build -c ../build/${config}.ts",
75-
"prepublishOnly": "bun --bun run build"
75+
"prepublishOnly": "bun run build"
7676
},
7777
"devDependencies": {
7878
"stacks": "workspace:*"

storage/framework/core/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"scripts": {
4747
"build": "bun --bun build.ts",
4848
"typecheck": "bun --bun tsc --noEmit",
49-
"prepublishOnly": "bun --bun run build"
49+
"prepublishOnly": "bun run build"
5050
},
5151
"peerDependencies": {
5252
"@aws-sdk/client-bedrock-runtime": "^3.525.0"

storage/framework/core/alias/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"scripts": {
3939
"build": "bun --bun build.ts",
4040
"typecheck": "bun --bun tsc --noEmit",
41-
"prepublishOnly": "bun --bun run build"
41+
"prepublishOnly": "bun run build"
4242
},
4343
"peerDependencies": {
4444
"@stacksjs/path": "workspace:*"

storage/framework/core/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"scripts": {
4848
"build": "bun --bun build.ts",
4949
"typecheck": "bun --bun tsc --noEmit",
50-
"prepublishOnly": "bun --bun run build"
50+
"prepublishOnly": "bun run build"
5151
},
5252
"devDependencies": {
5353
"@stacksjs/development": "workspace:*"

storage/framework/core/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"scripts": {
4747
"build": "bun --bun build.ts",
4848
"typecheck": "bun --bun tsc --noEmit",
49-
"prepublishOnly": "bun --bun run build"
49+
"prepublishOnly": "bun run build"
5050
},
5151
"peerDependencies": {
5252
"@stacksjs/utils": "workspace:*"

storage/framework/core/arrays/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"scripts": {
4747
"build": "bun --bun build.ts",
4848
"typecheck": "bun --bun tsc --noEmit",
49-
"prepublishOnly": "bun --bun run build"
49+
"prepublishOnly": "bun run build"
5050
},
5151
"peerDependencies": {
5252
"@stacksjs/utils": "workspace:*"

storage/framework/core/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"scripts": {
4444
"build": "bun --bun build.ts",
4545
"typecheck": "bun --bun tsc --noEmit",
46-
"prepublishOnly": "bun --bun run build"
46+
"prepublishOnly": "bun run build"
4747
},
4848
"devDependencies": {
4949
"@stacksjs/development": "workspace:*"

storage/framework/core/buddy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"build": "bun --bun build.ts && bun run compile",
7070
"compile": "bun compile.ts",
7171
"typecheck": "bun --bun tsc --noEmit",
72-
"prepublishOnly": "bun --bun run build"
72+
"prepublishOnly": "bun run build"
7373
},
7474
"peerDependencies": {
7575
"@stacksjs/actions": "workspace:*",

0 commit comments

Comments
 (0)