Skip to content

Commit 9561c5e

Browse files
authored
Update publish_to_npm.yaml
1 parent 4d56413 commit 9561c5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish_to_npm.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
with:
1717
node-version: "18"
1818
registry-url: https://registry.npmjs.org
19+
- name: install dependencies
20+
run: npm ci
1921
- name: build the package
2022
run: npm run build
2123
- name: test the package

0 commit comments

Comments
 (0)