We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f0801 commit 7456f10Copy full SHA for 7456f10
frontend/scripts/build.sh
@@ -4,6 +4,6 @@ rm -rf ../backend/dist/*.{css,js}
4
5
spago build -u "-g corefn +RTS -N2 -RTS"
6
7
-zephyr -f Home.main Talk.main Search.main
+zephyr -f Home.main Talk.main Search.main +RTS -N2 -RTS
8
9
NODE_ENV=production webpack -p --progress
0 commit comments