Skip to content

Commit

Permalink
#main set shell at wrong part rip
Browse files Browse the repository at this point in the history
  • Loading branch information
bennobuilder committed Jun 3, 2024
1 parent d08bfc2 commit 1c024f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
- name: 🧩 Install Dependencies
id: install-deps
shell: bash
run: pnpm install

# Build & Lint
Expand All @@ -73,4 +72,5 @@ jobs:

- name: 🏗️ Build
id: build-monorepo
shell: bash
run: pnpm build
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ jobs:
- name: 🧩 Install Dependencies
id: install-deps
shell: bash
run: pnpm install

# Build

- name: 🏗️ Build
id: build-monorepo
shell: bash
run: pnpm build

# Publish
Expand Down

0 comments on commit 1c024f4

Please sign in to comment.