Skip to content

Commit aad99db

Browse files
author
Pascal Klesse
committed
fix: fix build command in action
1 parent cbb4eb2 commit aad99db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
- name: Install dependencies 📦️
2929
run: pnpm install --frozen-lockfile
3030

31-
- name: Build 🔨
32-
run: cd nuxt-base-template && pnpm build
33-
3431
- uses: simenandre/publish-with-pnpm@v2
3532
with:
3633
npm-auth-token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)