Skip to content

Commit 8c0d1b8

Browse files
Merge pull request #75 from contentstack/fix/dx-2751-snyk-vulnerability
dx | 2751 resolve snyk issue in boilerplate
2 parents e931ecd + 0d1b146 commit 8c0d1b8

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/[email protected]
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)