Skip to content

Commit 301966f

Browse files
committed
Fix build pipeline to include artifact
1 parent f1e0b82 commit 301966f

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,14 @@ jobs:
3131
run: pnpm version --no-git-tag-version $(Get-Date -Format 'yyyy.M.0-ci.${{ github.run_number }}')
3232
- name: 🚚 Restore Packages (CI)
3333
run: pnpm install --frozen-lockfile
34-
# Disable linting until we switch to ox or biome
35-
# - name: 💄 Prettier Formatting Check
36-
# run: pnpm format-check
34+
- name: 💄 Prettier Formatting Check
35+
run: pnpm format-check
3736
- name: 🧹 Lint
3837
run: pnpm lint
3938
- name: 👷 Build
4039
run: pnpm build
41-
# - name: 🧪 Test
42-
# run: pnpm test
40+
- name: 🧪 Test
41+
run: pnpm test
4342
- name: 📦 Package
4443
run: pnpm package
4544
- name: ⬆️ Upload Artifact

0 commit comments

Comments
 (0)