1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

fix: missing deploy step

This commit is contained in:
Kevin Amado 2022-02-14 18:57:25 -05:00
parent ad185623f7
commit 5a0bc0fe13
No known key found for this signature in database
GPG key ID: FFF341057F503148

View file

@ -3,9 +3,10 @@
set -euo pipefail
wasm-pack build --target web
yarn install
yarn build
git worktree remove worktree || true
git worktree remove --force worktree || true
git worktree add -B front worktree
git -C worktree reset --hard 6adfbe8516bf6d9e896534e01118e1bc41f65425
cp -rT ./build/ ./worktree/