mirror of
https://github.com/carp-lang/Carp.git
synced 2024-11-04 01:25:04 +03:00
chore: Move doc generation after stack build
in release script
This commit is contained in:
parent
5ad1d227f3
commit
1b6aaaaa7c
@ -25,14 +25,14 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
./scripts/carp.sh ./docs/core/generate_core_docs.carp
|
||||
|
||||
mkdir -p "$fullPath"
|
||||
|
||||
echo
|
||||
echo "Building Haskell Stack project..."
|
||||
stack build
|
||||
|
||||
./scripts/carp.sh ./docs/core/generate_core_docs.carp
|
||||
|
||||
mkdir "$fullPath/bin"
|
||||
echo "Copying executable..."
|
||||
cp "$(stack path --local-install-root)/bin/carp" $fullPath/bin/carp
|
||||
|
Loading…
Reference in New Issue
Block a user