Skip to content

Commit bf8989a

Browse files
committed
More testing
1 parent c69b05a commit bf8989a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish-npm-packages.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ jobs:
2828
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
- name: Install root dependencies
3030
run: |
31-
cd packages/plugin-ext
3231
npm install -g node-gyp
3332
npm ci
34-
- name: Build plugin-ext package
33+
- name: Build packages
3534
run: |
3635
cd packages/plugin-ext
37-
npm ci
3836
npm run build
3937
- name: Publish plugin-ext package
4038
run: |

0 commit comments

Comments
 (0)