Skip to content

Commit 1cac63b

Browse files
committed
commit package-lock.json to git to use npm ci
1 parent 3ea8cf4 commit 1cac63b

File tree

3 files changed

+6381
-2
lines changed

3 files changed

+6381
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ node_modules/
22
dist/
33
dist.es5/
44
build/
5-
package-lock.json
65
.nyc_output/
76
coverage/
87
benchmark/sandbox.ts

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
# https://docs.travis-ci.com/user/languages/javascript-with-nodejs/
12
language: node_js
23
addons:
34
firefox: latest
45
node_js:
56
- "lts/*"
67
- "node"
78
cache: npm
8-
before_install: npm install -g nyc codecov
9+
install:
10+
- npm install -g nyc codecov
11+
- npm ci
912
script:
1013
- npm run test:browser:firefox
1114
- npm run test:cover

0 commit comments

Comments
 (0)