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

Commit

Permalink
updated script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-NCSU committed Sep 7, 2022
1 parent ad30145 commit 33cc41a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

rm -rf ./dist
yarn tsc -p tsconfig.dist.json --declaration
cp README.md package.json dist
cp README.md dist
cp -R jupiterone dist/
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"test:env": "LOAD_ENV=1 yarn test",
"test:ci": "yarn lint && yarn type-check && yarn test",
"prepush": "yarn lint && yarn type-check && jest --changedSince main",
"postversion": "cp package.json ./dist/package.json",
"document:diagnostic-settings": "./tools/cli/j1-azure-integration document-diagnostic-settings",
"precommit": "yarn document:diagnostic-settings && git add docs/jupiterone.md && lint-staged",
"build": "./build.sh",
Expand Down

0 comments on commit 33cc41a

Please sign in to comment.