mirror of
https://github.com/datashard/snapshot.git
synced 2024-11-22 06:02:29 +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/
|
registry=http://registry.npmjs.org/
|
||||||
save-exact=true
|
save-exact=true
|
||||||
progress=false
|
progress=false
|
||||||
package-lock=false
|
package-lock=true
|
||||||
|
|
|
@ -2,11 +2,11 @@ language: node_js
|
||||||
notifications:
|
notifications:
|
||||||
email: true
|
email: true
|
||||||
node_js:
|
node_js:
|
||||||
- 9
|
- 10
|
||||||
|
|
||||||
# Retry install on fail to avoid failing a build on network/disk/external errors
|
# Retry install on fail to avoid failing a build on network/disk/external errors
|
||||||
install:
|
install:
|
||||||
- travis_retry npm install
|
- travis_retry npm ci
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm run test
|
- 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