mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 18:15:41 +00:00
Fix module resolution when $CWD != .
This commit is contained in:
committed by
Rory&
parent
168758924c
commit
2feb90475e
12
scripts/test-non-cwd-exec.sh
Executable file
12
scripts/test-non-cwd-exec.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -i "bash -x" -p bash jq git nodejs
|
||||
npm i
|
||||
npm run setup || exit 1
|
||||
|
||||
export OWD="$PWD"
|
||||
export NWD="`mktemp -d`"
|
||||
echo "Src dir: $OWD"
|
||||
echo "Exec dir: $NWD"
|
||||
|
||||
#NODE_PATH="$OWD/dist"
|
||||
node "$OWD/dist/api/start.js"
|
||||
Reference in New Issue
Block a user