Skip to content

Commit 58e163d

Browse files
committed
Don't check types.
1 parent d506567 commit 58e163d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"main": "src/index.js",
99
"scripts": {
10-
"build": "rushx test && rushx check",
10+
"build": "rushx test",
1111
"check": "tsc types/**/*.ts --noEmit",
1212
"test": "find test/ -name *.test.js | xargs mocha --timeout 10000"
1313
},

0 commit comments

Comments
 (0)