Skip to content

Commit

Permalink
use PATH instead of ~/.local/bin
Browse files Browse the repository at this point in the history
Change-Id: Ic960350c428d75a7051bd080c101e26f93f95fbb
Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt committed Sep 21, 2023
1 parent 0aa2f49 commit 38778a3
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 @@ -139,7 +139,7 @@
"e2e-minikube": "export PLATFORM=minikube && yarn jest ./test/e2e/e2e.test.ts --testRegex='/test/(e2e)/.*.test.ts'",
"e2e-openshift": "export PLATFORM=openshift && yarn jest ./test/e2e/e2e.test.ts --testRegex='/test/(e2e)/.*.test.ts'",
"gnirts-ci": "node .ci/obfuscate/gnirts.js",
"prepack": "yarn lint && rm -rf lib && rm -rf tsconfig.tsbuildinfo && tsc -b && oclif manifest && oclif readme && yarn gnirts-ci && cp -f bin/shasum $HOME/.local/bin/shasum",
"prepack": "yarn lint && rm -rf lib && rm -rf tsconfig.tsbuildinfo && tsc -b && oclif manifest && oclif readme && yarn gnirts-ci && export PATH=${PATH}:$(pwd)/bin/shasum",
"pack-binaries": "oclif pack tarballs --no-xz --parallel",
"postpack": "rm -f oclif.manifest.json",
"format": "tsfmt -r --useTsfmt tsfmt.json",
Expand Down

0 comments on commit 38778a3

Please sign in to comment.