mirror of
https://github.com/datashard/snapshot.git
synced 2024-11-21 21:52:28 +00:00
chore: add package lock:
This commit is contained in:
parent
2fbd969ab8
commit
d19559b0d3
3 changed files with 7965 additions and 3 deletions
2
.npmrc
2
.npmrc
|
@ -1,4 +1,4 @@
|
|||
registry=http://registry.npmjs.org/
|
||||
save-exact=true
|
||||
progress=false
|
||||
package-lock=false
|
||||
package-lock=true
|
||||
|
|
|
@ -2,11 +2,11 @@ language: node_js
|
|||
notifications:
|
||||
email: true
|
||||
node_js:
|
||||
- 9
|
||||
- 10
|
||||
|
||||
# Retry install on fail to avoid failing a build on network/disk/external errors
|
||||
install:
|
||||
- travis_retry npm install
|
||||
- travis_retry npm ci
|
||||
|
||||
script:
|
||||
- npm run test
|
||||
|
|
7962
package-lock.json
generated
Normal file
7962
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue