Skip to content

Commit

Permalink
Merge pull request #17 from keploy/rollupInCi
Browse files Browse the repository at this point in the history
feat: removed out/compiled dir and added rollup to ci
  • Loading branch information
Sarthak160 authored Aug 21, 2024
2 parents bfe556b + 1aab10a commit 7e0eb60
Show file tree
Hide file tree
Showing 39 changed files with 13 additions and 6,139 deletions.
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

0 comments on commit 7e0eb60

Please sign in to comment.