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.
1 parent 3b0b4cd commit 15a9a11Copy full SHA for 15a9a11
.github/workflows/coder.yaml
@@ -298,8 +298,7 @@ jobs:
298
os:
299
- ubuntu-latest
300
- macos-latest
301
- # TODO: Get `make build` running on Windows 2022
302
- # - windows-2022
+ - windows-2022
303
steps:
304
- uses: actions/checkout@v2
305
Makefile
@@ -99,7 +99,7 @@ provisionersdk/proto: provisionersdk/proto/provisioner.proto
99
.PHONY: provisionersdk/proto
100
101
site/out:
102
- ./scripts/yarn_install.sh
+ cd site && yarn install
103
cd site && yarn build
104
cd site && yarn export
105
.PHONY: site/out
0 commit comments