Skip to content

Commit 7a09ecb

Browse files
authored
Update build.yml
1 parent 7ace594 commit 7a09ecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- name: Install Dependencies
1616
uses: Borales/actions-yarn@v2.0.0
1717
with:
18-
cmd: install --cwd dist # will run `yarn install` command
18+
cmd: install # will run `yarn install` command
1919
- name: Build Core
2020
uses: Borales/actions-yarn@v2.0.0
2121
with:
22-
cmd: build:core --cwd dist # will run `yarn build:core` command
22+
cmd: build:core # will run `yarn build:core` command
2323
- name: Commit changed files
2424
uses: stefanzweifel/git-auto-commit-action@v2.2.0
2525
with:

0 commit comments

Comments
 (0)