Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #147 from JupiterOne/add-preversion-hook
Browse files Browse the repository at this point in the history
NOTICKET - Add preversion hook to fix published package
  • Loading branch information
mknoedel authored Jun 21, 2023
2 parents 13088e6 + c0ee37a commit 9732ae0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"format:check": "prettier --check '**/*.{ts,js,json,css,md,yml}'",
"graph:spec": "j1-integration visualize-types --project-path docs/spec --output-file ./.j1-integration/types-graph/index.spec.html",
"graph:types": "j1-integration visualize-types",
"postversion": "cp package.json ./dist/package.json",
"validate:questions": "j1-integration validate-question-file -a $MANAGED_QUESTIONS_JUPITERONE_ACCOUNT_ID -k $MANAGED_QUESTIONS_JUPITERONE_API_KEY",
"validate:questions:dry": "j1-integration validate-question-file --dry-run"
},
Expand Down

0 comments on commit 9732ae0

Please sign in to comment.