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 995e282 commit e347e1eCopy full SHA for e347e1e
.github/workflows/node.js.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/setup-node@v1
22
with:
23
node-version: ${{ matrix.node-version }}
24
- - run: npm install
+ - run: npm ci
25
- run: npm run build --if-present
26
- run: npm run lint
27
- run: npm test
.gitignore
@@ -5,4 +5,3 @@ npm-debug.log
5
.DS_Store
6
dist
7
*.tgz
8
-package-lock.json
0 commit comments