Skip to content

Commit

Permalink
maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy committed Aug 9, 2024
1 parent b65d2d0 commit e187e6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
node-version: 18
- run: npm ci
- name: Package Extension
env:
npm_config_arch: ${{ matrix.arch }}
run: npx vsce package --target ${{ matrix.platform }}-${{ matrix.arch }}
- name: Upload artifact
uses: actions/upload-artifact@v2
Expand Down
9 changes: 0 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -472,14 +472,5 @@
"string_score": "^0.1.22",
"toxe": "^1.1.0",
"uuid": "^9.0.1"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
]
}
}

0 comments on commit e187e6d

Please sign in to comment.