Skip to content

Commit 4dfc353

Browse files
committed
Don't only build the app
1 parent ed6f467 commit 4dfc353

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
- name: Build static files
4242
id: build
4343
run: |
44-
cd packages/editor
4544
pnpm build --base=/${{ github.event.repository.name }}/
4645
- name: Upload static files as artifact
4746
id: deployment

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"node": ">=20.0.0"
1111
},
1212
"scripts": {
13-
"dev": "turbo dev",
14-
"build": "turbo build --cache-dir=.turbo",
15-
"preview": "turbo preview",
16-
"typecheck": "turbo typecheck",
17-
"lint": "turbo lint",
13+
"dev": "turbo dev --",
14+
"build": "turbo build --cache-dir=.turbo --",
15+
"preview": "turbo preview --",
16+
"typecheck": "turbo typecheck --",
17+
"lint": "turbo lint --",
1818
"format": "prettier --write \"**/*.{ts,tsx,md,astro,scss,css}\"",
1919
"prepare": "husky install"
2020
},

0 commit comments

Comments
 (0)