Skip to content

Commit

Permalink
no build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai committed Oct 18, 2024
1 parent 962033a commit 39cd98f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-vscode-release.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:
- name: Install Dependencies
run: pnpm install --frozen-lockfile
working-directory: typescript/

- name: Build Typescript Project
run: pnpm turbo vscode:package
run: pnpm run build
working-directory: typescript/

# Build the VSCode Extension
- name: Build VSCode Extension
id: build
run: |
pnpm run vscode:package
VERSION=$(cat package.json| grep version | cut -d ' ' -f 4 | sed 's/[",]//g')
echo "version=$VERSION" >> $GITHUB_OUTPUT
working-directory: typescript/vscode-ext/packages
Expand Down

0 comments on commit 39cd98f

Please sign in to comment.