Skip to content

Commit 107a4aa

Browse files
Merge pull request #62 from contentstack/fix/dx-2751-snyk-issue
dx | 2751 resolve snyk issue in boilerplate
2 parents 1ce59e0 + aacb10f commit 107a4aa

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
uses: codex-team/[email protected]
2929

3030
# Install npm-pack-all to create a package archive
31-
- name: Install npm-pack-all
32-
run: npm install npm-pack-all
33-
31+
- name: Install npm pack
32+
run: npm install npm-pack
33+
3434
# Pack the package into a .tgz archive
3535
- name: Pack the npm package
36-
run: node node_modules/.bin/npm-pack-all
36+
run: npm pack
3737

3838
# Publish the package to npm
3939
- name: Publish to npm

package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Contentstack Ecosystem <[email protected]>",
33
"name": "@contentstack/datasync-mongodb-sdk",
4-
"version": "1.0.10",
4+
"version": "1.0.11",
55
"description": "Mongodb query wrapper around contents synced via @contentstack/content-store-mongodb",
66
"main": "dist/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)