Skip to content

Commit 6c7394a

Browse files
committed
Fix workflow
1 parent 955eb76 commit 6c7394a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
node-version: 10
1818

1919
- name: Install and test
20-
rm package-lock.json
21-
npm install --no-optional
22-
npm run test
20+
run: |
21+
rm package-lock.json
22+
npm install --no-optional
23+
npm run test
2324
2425
- uses: JS-DevTools/npm-publish@v1
2526
with:

0 commit comments

Comments
 (0)