We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d56413 commit 9561c5eCopy full SHA for 9561c5e
.github/workflows/publish_to_npm.yaml
@@ -16,6 +16,8 @@ jobs:
16
with:
17
node-version: "18"
18
registry-url: https://registry.npmjs.org
19
+ - name: install dependencies
20
+ run: npm ci
21
- name: build the package
22
run: npm run build
23
- name: test the package
0 commit comments