Skip to content

Commit 7456f10

Browse files
committed
Set RTS -N2 to zephyr to make circleci happy
1 parent 32f0801 commit 7456f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/scripts/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ rm -rf ../backend/dist/*.{css,js}
44

55
spago build -u "-g corefn +RTS -N2 -RTS"
66

7-
zephyr -f Home.main Talk.main Search.main
7+
zephyr -f Home.main Talk.main Search.main +RTS -N2 -RTS
88

99
NODE_ENV=production webpack -p --progress

0 commit comments

Comments
 (0)