Update publish.yml
This commit is contained in:
Родитель
2265a72ff1
Коммит
f114494072
|
@ -24,6 +24,10 @@ jobs:
|
|||
node-version: 14
|
||||
registry-url: https://registry.npmjs.org/
|
||||
|
||||
|
||||
- name: yarn install
|
||||
run: yarn install
|
||||
|
||||
- name: NuGet restore
|
||||
run: nuget restore example\windows\example.sln
|
||||
|
||||
|
@ -37,9 +41,6 @@ jobs:
|
|||
$changed = git status --porcelain=v1
|
||||
if ($changed -ne $null) { throw "CodeGen detected changes" }
|
||||
|
||||
- name: yarn install
|
||||
run: yarn install
|
||||
|
||||
- name: build TS
|
||||
run: yarn build
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче