Skip to content
Snippets Groups Projects
Commit 24bf8c5b authored by Justin Coyne's avatar Justin Coyne
Browse files

Add the lockfile to the repo

This shows the dependency tree that allowed the build to run succssfully.  If a bad package is released, we don't have such a hard time finding out which update caused the build to break
parent 9168643f
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g codecov
- run: npm install
- run: npm ci
- run: npm test
- run: codecov
dist/
coverage/
node_modules/
package-lock.json
*.log
*.tgz
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment