We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585716d commit 40852cbCopy full SHA for 40852cb
.travis.yml
@@ -8,9 +8,9 @@ cache:
8
- node_modules
9
10
script:
11
- - npm i -g typings
+ - yarn global add typings
12
- typings install
13
- - npm run transpile
+ - yarn run transpile
14
15
deploy:
16
provider: npm
package.json
@@ -17,8 +17,8 @@
17
"typings": "lib/index.d.ts",
18
"scripts": {
19
"clean": "rm -rf lib",
20
- "watch": "npm run clean && tsc -p . --watch",
21
- "transpile": "npm run clean && tsc -p .",
+ "watch": "yarn run clean && tsc -p . --watch",
+ "transpile": "yarn run clean && tsc -p .",
22
"tsc": "tsc"
23
},
24
"devDependencies": {
0 commit comments