Skip to content

Commit de1422e

Browse files
committed
fix(Dockerfile): remove double backslash from tsgo symlink line
1 parent 9819254 commit de1422e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ RUN set -eux; \
103103
git config user.email "build@localpibox.dev"; \
104104
git config user.name "LocalPibox Build"; \
105105
npm install; \
106-
ln -sf "$(pwd)/node_modules/@typescript/native-preview/bin/tsgo.js" "$(pwd)/node_modules/.bin/tsgo"; \ \
106+
ln -sf "$(pwd)/node_modules/@typescript/native-preview/bin/tsgo.js" "$(pwd)/node_modules/.bin/tsgo"; \
107107
echo "=== Building from pre-patched fork: ${PI_FORK} @ ${PI_REF} (${PI_HEAD_SHA}) ==="; \
108108
npm run build; \
109109
mkdir -p /tmp/pi-packs; \

0 commit comments

Comments
 (0)