Skip to content

Commit

Permalink
fix vscode ci/cd noci
Browse files Browse the repository at this point in the history
  • Loading branch information
GabiGrin committed Oct 6, 2024
1 parent 8dfac66 commit 7d7055f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ jobs:
npm install
npm update --scope=@flyde\
- name: Commit package.json if updated
working-directory: ./vscode-extension
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "github-actions@users.noreply.github.com"
git add package.json package-lock.json
- name: Build extension
working-directory: ./vscode-extension
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/prepublish.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Navigate to the vscode-extension folder
cd path/to/your/monorepo/vscode-extension
cd vscode-extension

# Detect the operating system and set the appropriate sed command
if [[ "$OSTYPE" == "darwin"* ]]; then
Expand Down

0 comments on commit 7d7055f

Please sign in to comment.