vault-ai icon indicating copy to clipboard operation
vault-ai copied to clipboard

Update "postinstall" to force a bash shell

Open dorkian-gray opened this issue 2 years ago • 1 comments

"postinstall": "source ./scripts/source-me.sh && ./scripts/go-compile.sh ./vault-web-server" > "postinstall": "bash -c 'source ./scripts/source-me.sh && ./scripts/go-compile.sh ./vault-web-server'"

'source' command not recognised when running 'npm install' in Ubuntu 22.10; updating "postinstall" to use 'bash -c' instead of 'source', to force npm to use bash.

Apologies for any mistakes. Long time lurker, first time contributor.

dorkian-gray avatar Apr 27 '23 02:04 dorkian-gray

Oops, missed the 'source' command in "start"

dorkian-gray avatar Apr 27 '23 02:04 dorkian-gray