Skip to content

Commit

Permalink
Working on ci and release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lupestro committed Feb 3, 2024
1 parent 4596537 commit ca06808
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ jobs:
pnpm lint
pnpm build
pnpm test
cd dist
mv --force torch.bundle.js torch.js
# Create a zip file with all files required by the module to add to the release
- name: Zip It
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ jobs:
run: |
pnpm install
pnpm build
mv --force dist/torch.bundle.js torch.js
# Create a zip file with all files required by the module to add to the release
- name: Zip It
Expand Down

0 comments on commit ca06808

Please sign in to comment.