We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6275aab commit 50d5ad5Copy full SHA for 50d5ad5
2 files changed
.github/workflows/deploy-frontend.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Build frontend
35
env:
36
VITE_API_URL: https://geo-boundaries.picsa.app
37
- run: bun run build --cwd web
+ run: bun run --filter 'web' build
38
39
- name: Upload Pages artifact
40
uses: actions/upload-pages-artifact@v3
package.json
@@ -5,8 +5,6 @@
5
"main": "index.js",
6
"scripts": {
7
"start": "bun run --filter '*' start",
8
- "start:api": "bun run start --workspace=api",
9
- "start:web": "bun run start --workspace=web",
10
"test": "bun test",
11
"lint": "eslint .",
12
"lint:fix": "eslint . --fix",
0 commit comments