We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34460e commit 0f25bd4Copy full SHA for 0f25bd4
.github/workflows/test-release.yml
@@ -22,7 +22,7 @@ jobs:
22
node-version: '14'
23
24
- name: Install npm dependencies
25
- run: >-
+ run: |
26
cd js
27
npm ci
28
npm run build
0 commit comments