Skip to content

Commit 26917db

Browse files
committed
fix: Fix npm install
1 parent 38e4875 commit 26917db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ node_js:
1111
- '10'
1212

1313
install:
14-
- npm ci
14+
- npm install
1515

1616
script:
1717
- npm run build

0 commit comments

Comments
 (0)