Skip to content

Commit bb6d764

Browse files
committed
fix travis build
1 parent 69f4d27 commit bb6d764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
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": "yarn run clean && tsc -p . --watch",
21-
"transpile": "yarn run clean && tsc -p .",
20+
"watch": "npm run clean && tsc -p . --watch",
21+
"transpile": "npm run clean && tsc -p .",
2222
"tsc": "tsc"
2323
},
2424
"devDependencies": {

0 commit comments

Comments
 (0)