Skip to content

Commit

Permalink
add patch-api-client run script
Browse files Browse the repository at this point in the history
  • Loading branch information
SOOS-GSteen committed Dec 20, 2023
1 parent 2e31e05 commit 9edc609
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soos-io/soos-sast",
"version": "0.1.14",
"version": "0.1.15",
"description": "SOOS Static Application Security Testing (SAST) scanning support.",
"main": "bin/index.js",
"scripts": {
Expand All @@ -13,7 +13,8 @@
"format": "prettier ./src --check",
"format:fix": "prettier ./src --write",
"typecheck": "tsc --noEmit",
"check": "npm run format && npm run typecheck && npm outdated"
"check": "npm run format && npm run typecheck && npm outdated",
"patch-api-client": "npm version patch --no-git-tag-version && npm run setup:clean && npm install @soos-io/api-client@latest --save-exact && npm install && npm run check"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9edc609

Please sign in to comment.