Skip to content

Commit 439076e

Browse files
authored
debug
1 parent 86da40b commit 439076e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

0 commit comments

Comments
 (0)