Skip to content

Commit

Permalink
chore: only build web app package
Browse files Browse the repository at this point in the history
  • Loading branch information
tericcabrel committed Mar 24, 2024
1 parent 5b2f521 commit ba36bb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

jobs:
build:
name: build
name: Build the project
runs-on: ubuntu-latest
env:
NODE_ENV: test
Expand Down Expand Up @@ -56,6 +56,7 @@ jobs:

- name: Run tests
run: yarn test

preview-webapp:
name: Vercel Preview Deployment
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"git": {
"deploymentEnabled": false
},
"buildCommand": "yarn build",
"buildCommand": "yarn build --filter=...@snipcode/web",
"outputDirectory": "apps/web/.next"
}

0 comments on commit ba36bb7

Please sign in to comment.