Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

Commit 344afab

Browse files
committed
fix: remove extra quote
1 parent 8790b00 commit 344afab

File tree

5 files changed

+476
-5742
lines changed

5 files changed

+476
-5742
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- checkout
3030
- run: npm ci
3131
- run: npm run build
32-
- run: npm run semantic-release
32+
- run: cd dist && npx semantic-release
3333

3434
workflows:
3535
version: 2

0 commit comments

Comments
 (0)