Skip to content
Snippets Groups Projects
Unverified Commit cc1eed0d authored by Nick Budak's avatar Nick Budak Committed by GitHub
Browse files

Merge pull request #3616 from ProjectMirador/checkinLock

Add the lockfile to the repo
parents 9168643f 24bf8c5b
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,6 @@ jobs: ...@@ -23,6 +23,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- run: npm install -g codecov - run: npm install -g codecov
- run: npm install - run: npm ci
- run: npm test - run: npm test
- run: codecov - run: codecov
dist/ dist/
coverage/ coverage/
node_modules/ node_modules/
package-lock.json
*.log *.log
*.tgz *.tgz
\ No newline at end of file
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment