Skip to content

Commit 714ae66

Browse files
Merge pull request #77 from contentstack/development
DX | Release | 21-04-2025
2 parents 8316fe5 + fa1ac34 commit 714ae66

File tree

3 files changed

+124
-110
lines changed

3 files changed

+124
-110
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
id: package
2525
uses: codex-team/action-nodejs-package-info@v1.1
2626

27-
- name: Install npm-pack-all
28-
run: npm install npm-pack-all
27+
- name: Install npm pack
28+
run: npm install npm-pack
2929

3030
- name: Pack the npm package
31-
run: node node_modules/.bin/npm-pack-all
31+
run: npm pack
3232

3333
# Publish package to npm
3434
- name: Publish to npm

0 commit comments

Comments
 (0)