Skip to content

Commit 40852cb

Browse files
committed
migrating to yarn in travis
1 parent 585716d commit 40852cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ cache:
88
- node_modules
99

1010
script:
11-
- npm i -g typings
11+
- yarn global add typings
1212
- typings install
13-
- npm run transpile
13+
- yarn run transpile
1414

1515
deploy:
1616
provider: npm

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"typings": "lib/index.d.ts",
1818
"scripts": {
1919
"clean": "rm -rf lib",
20-
"watch": "npm run clean && tsc -p . --watch",
21-
"transpile": "npm run clean && tsc -p .",
20+
"watch": "yarn run clean && tsc -p . --watch",
21+
"transpile": "yarn run clean && tsc -p .",
2222
"tsc": "tsc"
2323
},
2424
"devDependencies": {

0 commit comments

Comments
 (0)