Skip to content

Commit

Permalink
Remove msvs_version from all actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Apr 10, 2023
1 parent c9cb818 commit 2f1ec03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ jobs:
run: |
echo "C:\Program Files\Git\usr\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
echo "C:\Program Files\Git\mingw64\libexec\git-core" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
npm config set msvs_version 2022
- run: npm ci
- run: npm run build:windows
shell: bash
Expand Down
3 changes: 3 additions & 0 deletions packages/ui/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ module.exports = {
'@storybook/addon-actions',
'@storybook/addon-links'
],
core: {
disableTelemetry: true // stop spying on me you parasites
},
webpackFinal: config => {
return {
...config,
Expand Down

0 comments on commit 2f1ec03

Please sign in to comment.