Skip to content

Commit 31c38a3

Browse files
committed
Reorder yarn arguments in release workflow
1 parent 10d9637 commit 31c38a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
- uses: actions/setup-node@v1
1313
with:
1414
node-version: 12
15-
- run: yarn install --frozen-lockfile --cwd ./docs
16-
- run: yarn deploy --cwd ./docs
15+
- run: yarn --cwd ./docs install --frozen-lockfile
16+
- run: yarn --cwd ./docs deploy

0 commit comments

Comments
 (0)