Skip to content

Commit 3c2a0b3

Browse files
committed
fix build command for release
1 parent 5a91d8b commit 3c2a0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# https://github.com/pnpm/pnpm/issues/3141
4343
registry-url: 'https://registry.npmjs.org'
4444
- run: pnpm install --frozen-lockfile
45-
- run: pnpm build
45+
- run: pnpm --filter netlify-plugin-cloudinary build
4646
# Do not store semantic release dependencies in package.json to avoid lower node versions from failing tests
4747
- run: pnpm install -w @semantic-release/changelog @semantic-release/git semantic-release
4848
- run: npx semantic-release

0 commit comments

Comments
 (0)