We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74206b8 + ff769a3 commit 2be6b42Copy full SHA for 2be6b42
1 file changed
scripts/build
@@ -2,4 +2,9 @@
2
3
echo "Building..."
4
5
+# pslua writes --lua-output-file dist/Test_Assert.lua with withFile WriteMode,
6
+# which does not create parent directories. dist/ is gitignored and absent on a
7
+# fresh checkout, so ensure it exists before spago build runs the pslua backend.
8
+mkdir -p dist
9
+
10
spago build --quiet
0 commit comments