Skip to content

Commit 6d563ec

Browse files
committed
build(ci): gh actions patch
1 parent f6ac3d4 commit 6d563ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v2
20-
uses: actions/setup-node@v1
20+
- uses: actions/setup-node@v1
2121
with:
2222
node-version: '10.x'
2323
- run: npm install -g yarn
24+
- run: yarn install:clean
2425
- run: yarn lint
2526
- run: yarn generate
2627
- run: yarn compile --prod

0 commit comments

Comments
 (0)