Skip to content

Commit 79d133c

Browse files
committed
Fix bundle build
1 parent cd6b2d0 commit 79d133c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundle/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mkdir -p build/purescript/
1919
strip ../dist/build/psc/psc
2020
strip ../dist/build/psci/psci
2121
strip ../dist/build/psc-make/psc-make
22-
strip ../dist/build/docgen/docgen
22+
strip ../dist/build/psc-docs/psc-docs
2323

2424
# Copy files to staging directory
2525
cp ../dist/build/psc/psc build/purescript/

0 commit comments

Comments
 (0)