Skip to content

Commit

Permalink
Merge pull request #418 from sasjs/dep-fix
Browse files Browse the repository at this point in the history
Fix snippets generation and vulnerabilities in dependencies
  • Loading branch information
YuryShkoda authored Aug 8, 2023
2 parents 4849107 + 8dd929f commit 5b0dec3
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 75 deletions.
173 changes: 99 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
"test:unit": "jest --config=jest.config.js --coverage",
"semantic-release": "semantic-release -d",
"package:lib": "vsce package",
"sas:snippets": "degit sassoftware/vscode-sas-extension/snippets snippets",
"sas:snippets": "degit sassoftware/vscode-sas-extension/snippets snippets --force",
"sasjs:snippets": "npx sasjs snippets -o ./snippets/sasjs-macro-snippets.json",
"postinstall": "npm run sas:snippets && npm run sasjs:snippets && [ -d .git ] && git config core.hooksPath ./.git-hooks || true"
},
Expand Down

0 comments on commit 5b0dec3

Please sign in to comment.