Skip to content

Commit

Permalink
task: Add prepublishOnly script to package.json files in TS packages (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert authored May 24, 2022
1 parent 1495f10 commit 4026197
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package-lock.json

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

1 change: 1 addition & 0 deletions packages/jest-sarif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"scripts": {
"build": "tsc --build",
"prepare": "npm run build",
"prepublishOnly": "npm run build",
"test": "jest"
},
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/sarif-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"scripts": {
"build": "tsc --build",
"prepare": "npm run build",
"prepublishOnly": "npm run build",
"test": "jest --passWithNoTests"
},
"engines": {
Expand Down
1 change: 1 addition & 0 deletions packages/sarif-matcher-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"build": "tsc --build",
"generate": "node ./scripts/generate-definitions.js",
"prepare": "npm run build",
"prepublishOnly": "npm run build",
"test": "vitest run"
},
"repository": {
Expand Down

0 comments on commit 4026197

Please sign in to comment.