Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: removed out/compiled dir and added rollup to ci #17

Merged
merged 6 commits into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:

- name: Install dependencies
run: npm install

- name: Run Rollup
run: npm run rollupci

- name: List contents of out/compiled directory (for debugging)
run: ls -R out/compiled

- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:

- name: Install dependencies
run: npm i

- name: Run Rollup
run: npm run rollupci

- name: List contents of out/compiled directory (for debugging)
run: ls -R out/compiled

- name: Install vsce
run: npm install -g @vscode/vsce
Expand Down
144 changes: 0 additions & 144 deletions out/Config.js

This file was deleted.

1 change: 0 additions & 1 deletion out/Config.js.map

This file was deleted.

19 changes: 0 additions & 19 deletions out/OneClickInstall.js

This file was deleted.

1 change: 0 additions & 1 deletion out/OneClickInstall.js.map

This file was deleted.

195 changes: 0 additions & 195 deletions out/Record.js

This file was deleted.

Loading
Loading