Skip to content

Commit 615d04d

Browse files
committed
Update github workflow
1 parent a7a4583 commit 615d04d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2
14-
14+
1515
- name: Setup Node.js environment
1616
uses: actions/setup-node@v2.1.2
1717
with:
1818
node-version: 12.x
1919

2020
- name: Build the plugin
2121
run: |
22+
yarn install
2223
yarn build
23-

0 commit comments

Comments
 (0)