forked from naskya/firefish
fix: wrong pushd usage
This commit is contained in:
parent
c9199fd11c
commit
304e9d21ec
1 changed files with 2 additions and 3 deletions
|
@ -84,9 +84,8 @@ say "Done! We're almost there.\n"
|
||||||
## prevent migration errors
|
## prevent migration errors
|
||||||
if [[ ! -f packages/backend/native-utils/built/index.js ]]; then
|
if [[ ! -f packages/backend/native-utils/built/index.js ]]; then
|
||||||
say "Something went wrong orz... Gonnya try fixing that."
|
say "Something went wrong orz... Gonnya try fixing that."
|
||||||
pushd
|
running "pushd packages/backend/native-utils; NODE_ENV=production pnpm build; popd"
|
||||||
running "pushd; cd packages/backend/native-utils; NODE_ENV=production pnpm build; popd"
|
pushd packages/backend/native-utils
|
||||||
cd packages/backend/native-utils
|
|
||||||
NODE_ENV=production pnpm build
|
NODE_ENV=production pnpm build
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue