Skip to content

Commit

Permalink
fix(snippets): fixed sas:snippets script
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryShkoda committed Aug 8, 2023
1 parent 4849107 commit 6d29a8c
Showing 1 changed file with 1 addition and 1 deletion.
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 6d29a8c

Please sign in to comment.