Skip to content

Commit

Permalink
remove build shared step from deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrozanski committed Feb 15, 2024
1 parent a14eaf6 commit d04dd27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
node-version-file: .nvmrc
- name: Install Dependencies
run: npm ci
- name: Build Shared Packages
run: npm run build:shared
- working-directory: ./apps/tlon-web
run: npm run build
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d04dd27

Please sign in to comment.