Skip to content

Commit 50d5ad5

Browse files
committed
fix: build ci
1 parent 6275aab commit 50d5ad5

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/deploy-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build frontend
3535
env:
3636
VITE_API_URL: https://geo-boundaries.picsa.app
37-
run: bun run build --cwd web
37+
run: bun run --filter 'web' build
3838

3939
- name: Upload Pages artifact
4040
uses: actions/upload-pages-artifact@v3

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
"main": "index.js",
66
"scripts": {
77
"start": "bun run --filter '*' start",
8-
"start:api": "bun run start --workspace=api",
9-
"start:web": "bun run start --workspace=web",
108
"test": "bun test",
119
"lint": "eslint .",
1210
"lint:fix": "eslint . --fix",

0 commit comments

Comments
 (0)