mirror of
https://github.com/bybrooklyn/alchemist.git
synced 2026-04-18 09:53:33 -04:00
chore: checkpoint before release v0.2.10-rc.6
This commit is contained in:
2
justfile
2
justfile
@@ -271,7 +271,7 @@ update NEW_VERSION:
|
||||
echo "── Docs build ──"; \
|
||||
(cd docs && bun install --frozen-lockfile && bun run build); \
|
||||
echo "── E2E reliability ──"; \
|
||||
(cd web-e2e && bun install --frozen-lockfile && bun run test:reliability); \
|
||||
(cd web-e2e && bun install --frozen-lockfile && ALCHEMIST_E2E_PORT=4173 bun run test:reliability); \
|
||||
mapfile -t PACKAGE_FILES < <(git ls-files -- 'package.json' '*/package.json'); \
|
||||
mapfile -t CHANGED_TRACKED < <(git diff --name-only --); \
|
||||
if [ "${#CHANGED_TRACKED[@]}" -eq 0 ]; then \
|
||||
|
||||
Reference in New Issue
Block a user