Skip to content

Commit 820b7d2

Browse files
authored
add lock files for each package.json (#378)
1 parent 9fd5961 commit 820b7d2

File tree

51 files changed

+18576
-292
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+18576
-292
lines changed

.github/workflows/netlify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
folder="$(basename $file .md)"
5757
google-tools/claat/claat export -o codelabs-site/site/solace-dev-codelabs/codelabs main/$file
5858
done
59-
cd codelabs-site/site && npm i && npm run dist
59+
cd codelabs-site/site && npm ci && npm run dist
6060
6161
- name: Netlify Deploy
6262
uses: nwtgck/actions-netlify@v1.1.7

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.DS_Store
22
node_modules
3-
*lock*
43
temp/
54
.project
65
.vscode

markdown/Boomi-request-reply/package-lock.json

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

0 commit comments

Comments
 (0)