Skip to content

Commit 67d6504

Browse files
committed
Update travis script
1 parent 8d56c04 commit 67d6504

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ node_js:
66
- "16"
77
before_install:
88
- npm i npm@^8 -g
9+
- npm i yarn -g
910
install:
10-
- npm install
11+
- yarn
1112
script:
1213
- npm run build
1314
services:

0 commit comments

Comments
 (0)