Skip to content

Commit

Permalink
Small update to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Didas-git committed Sep 5, 2024
1 parent 5f3cb94 commit c5393a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
registry-url: https://registry.npmjs.org
- name: Install Dependencies
run: bun i --frozen-lockfile
# bun doesnt support methods like `-ws`, `-w or similar yet
- name: Build
run: bun run build:core
- name: Publish core
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/publish-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
registry-url: https://registry.npmjs.org
- name: Install Dependencies
run: bun i --frozen-lockfile
# bun doesnt support methods like `-ws`, `-w or similar yet
- name: Build
run: cd packages/create && bun run build
run: bun run build:create
- name: Publish create
# Bun doesnt have any publish methods yet
run: cd packages/create && npm publish --provenance --no-git-checks --access public
Expand Down

0 comments on commit c5393a5

Please sign in to comment.