We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2665ec commit fc09300Copy full SHA for fc09300
1 file changed
.github/workflows/release-please.yaml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v2
13
- name: install
14
- run: npm install
+ run: npm ci
15
- name: build
16
run: npm run build
17
- name: commit
0 commit comments