Thanks to visit codestin.com Credit goes to github.com
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.
make
1 parent 2a4c0b1 commit bbe335dCopy full SHA for bbe335d
.github/workflows/coder.yaml
@@ -133,8 +133,7 @@ jobs:
133
- name: Install node_modules
134
run: ./scripts/yarn_install.sh
135
136
- - name: "make fmt"
137
- run: "make --output-sync -j fmt"
+ - run: "make --output-sync -j -B fmt"
138
139
test-go:
140
name: "test/go"
@@ -355,7 +354,7 @@ jobs:
355
354
js-${{ runner.os }}-
356
357
- name: Build site
358
- run: make site/out/index.html
+ run: make -B site/out/index.html
359
360
- name: Build Release
361
uses: goreleaser/[email protected]
@@ -488,7 +487,7 @@ jobs:
488
487
489
- name: Build
490
run: |
491
- make site/out/index.html
+ make -B site/out/index.html
492
493
- run: yarn playwright:install
494
working-directory: site
0 commit comments