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:
parent
ad185623f7
commit
5a0bc0fe13
1 changed files with 2 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue