Skip to content

Commit eb23ecd

Browse files
committed
remove install step
1 parent 787bc7a commit eb23ecd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
with:
1414
node-version: "16.x"
1515
registry-url: "https://registry.npmjs.org"
16-
- name: Install dependencies and build 🔧
17-
run: npm ci
1816
- name: Publish package on NPM 📦
1917
run: npm publish
2018
env:

0 commit comments

Comments
 (0)