Skip to content

Commit

Permalink
wip: add debug [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Oct 7, 2023
1 parent 5e143f4 commit e863d76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion prepare_vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ else
git am --3way --whitespace=fix ../../build/npm/gyp/patches/gyp_spectre_mitigation_support.patch
npm install

npm_config_node_gyp="$( pwd )/bin/node-gyp.js"
npm_config_node_gyp=$( pwd )
export npm_config_node_gyp

cd ../..
Expand All @@ -91,6 +91,9 @@ else
export npm_config_arm_version=7
fi

echo "${PATH}"
echo "${PYTHON}"

CHILD_CONCURRENCY=1 yarn --frozen-lockfile --check-files --network-timeout 180000
fi

Expand Down

0 comments on commit e863d76

Please sign in to comment.