We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ace594 commit 7a09ecbCopy full SHA for 7a09ecb
.github/workflows/build.yml
@@ -15,11 +15,11 @@ jobs:
15
- name: Install Dependencies
16
uses: Borales/actions-yarn@v2.0.0
17
with:
18
- cmd: install --cwd dist # will run `yarn install` command
+ cmd: install # will run `yarn install` command
19
- name: Build Core
20
21
22
- cmd: build:core --cwd dist # will run `yarn build:core` command
+ cmd: build:core # will run `yarn build:core` command
23
- name: Commit changed files
24
uses: stefanzweifel/git-auto-commit-action@v2.2.0
25
0 commit comments