Skip to content

Commit

Permalink
update dist folder and check job
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
  • Loading branch information
qweeah committed Sep 7, 2023
1 parent 40a67b4 commit 25a4f44
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 227 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: remove js files in dist/
run: find dist/ -type f \( -name "*.json" -o -name "*.js" -o -name "*.js.map" \) -delete
- name: Setup Node 16.x
uses: actions/setup-node@v3
with:
Expand Down
52 changes: 0 additions & 52 deletions dist/lib/checksum.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/lib/checksum.js.map

This file was deleted.

74 changes: 0 additions & 74 deletions dist/lib/data/releases.json

This file was deleted.

99 changes: 0 additions & 99 deletions dist/lib/release.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/lib/release.js.map

This file was deleted.

0 comments on commit 25a4f44

Please sign in to comment.