1 parent 9819254 commit de1422eCopy full SHA for de1422e
1 file changed
Dockerfile
@@ -103,7 +103,7 @@ RUN set -eux; \
103
git config user.email "build@localpibox.dev"; \
104
git config user.name "LocalPibox Build"; \
105
npm install; \
106
- ln -sf "$(pwd)/node_modules/@typescript/native-preview/bin/tsgo.js" "$(pwd)/node_modules/.bin/tsgo"; \ \
+ ln -sf "$(pwd)/node_modules/@typescript/native-preview/bin/tsgo.js" "$(pwd)/node_modules/.bin/tsgo"; \
107
echo "=== Building from pre-patched fork: ${PI_FORK} @ ${PI_REF} (${PI_HEAD_SHA}) ==="; \
108
npm run build; \
109
mkdir -p /tmp/pi-packs; \
0 commit comments