Skip to content

Commit

Permalink
run pack not npm pack
Browse files Browse the repository at this point in the history
  • Loading branch information
JairusSW committed Oct 5, 2024
1 parent 753d1a3 commit a157c67
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,15 @@ jobs:

- name: Run build
run: npm run build

- name: Prepare for pack
run: npm run prepack

- name: Package CLI
run: npm pack
- name: Build tarballs
run: npm run pack

- name: Clean up
run: npm run postpack

- name: Extract version
id: get_version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ npm install -g @hyp/cli
$ hyp COMMAND
running command...
$ hyp (--version)
@hyp/cli/0.0.0 darwin-arm64 node-v22.9.0
@hyp/cli/0.0.0 linux-x64 node-v22.8.0
$ hyp --help [COMMAND]
USAGE
$ hyp COMMAND
Expand Down

0 comments on commit a157c67

Please sign in to comment.