This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit a4ef53e committed Mar 12, 2025 · 9 / 9
1 parent ded3e5d commit a4ef53e Copy full SHA for a4ef53e
File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+
3
+ set -e
4
+
5
+ export PATH=" ${HOME} /.ghcup/bin:${PATH} "
6
+
7
+ mise trust
8
+ mise install
9
+ mise run install-haskell-toolchain
10
+ mise run build-js
11
+ make build-release
Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ yarn = '1.22.22'
3
3
node = ' 22.14.0'
4
4
ghcup = ' 0.1.40.0'
5
5
6
- [env ]
7
- PATH = " {{env.HOME}}/.ghcup/bin:{{env.PATH}}"
8
-
9
6
[tasks .install-haskell-toolchain ]
10
7
description = " Install the haskell toolchain"
11
8
run = [" ghcup install ghc 9.6.6 --set -f " ,
Original file line number Diff line number Diff line change 2
2
"name" : " flora-dev" ,
3
3
"scripts" : {
4
4
"start" : " mise run start-release" ,
5
- "install" : " mise trust && mise install && mise run install-haskell-toolchain && mise run build-js && make build-release "
5
+ "install" : " ./ build-clever-cloud.sh "
6
6
},
7
7
"engines" : {
8
8
"node" : " ^22"
You can’t perform that action at this time.
0 commit comments