Skip to content

Commit 9dd9ea8

Browse files
committed
ci: update test & build flow
1 parent 125d410 commit 9dd9ea8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
with:
1717
node-version: 10
1818
-
19-
run: yarn test
20-
-
21-
run: yarn build
19+
run: |
20+
yarn install
21+
yarn test
22+
yarn build
2223
2324
publish-npm:
2425
needs: build

0 commit comments

Comments
 (0)