Skip to content

Commit

Permalink
fix extension build script name
Browse files Browse the repository at this point in the history
  • Loading branch information
51ngul4r1ty committed Feb 10, 2024
1 parent 06bd1af commit 0e3b2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build VS Code Extension
run: |
echo Building...
npm run build-pkg:vscode-extension
npm run build-pkg:extension
- name: Build Web App
run: |
echo Building...
Expand Down

0 comments on commit 0e3b2b5

Please sign in to comment.