Skip to content

DX | Release | 21-04-2025 #64

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

Merged
merged 10 commits into from
Apr 21, 2025
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
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
uses: codex-team/[email protected]

# Install npm-pack-all to create a package archive
- name: Install npm-pack-all
run: npm install npm-pack-all

- name: Install npm pack
run: npm install npm-pack
# Pack the package into a .tgz archive
- name: Pack the npm package
run: node node_modules/.bin/npm-pack-all
run: npm pack

# Publish the package to npm
- name: Publish to npm
Expand Down
File renamed without changes.
Loading
Loading