We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8df2d commit 955eb76Copy full SHA for 955eb76
.github/workflows/npm-publish.yml
@@ -16,9 +16,10 @@ jobs:
16
with:
17
node-version: 10
18
19
- - run: npm install
20
-
21
- - run: npm test
+ - name: Install and test
+ rm package-lock.json
+ npm install --no-optional
22
+ npm run test
23
24
- uses: JS-DevTools/npm-publish@v1
25
.github/workflows/unittest.yml
@@ -23,5 +23,6 @@ jobs:
- name: Run test
run: |
26
- npm install
27
28
npm run test
0 commit comments