We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d506567 commit 58e163dCopy full SHA for 58e163d
generator/package.json
@@ -7,7 +7,7 @@
7
},
8
"main": "src/index.js",
9
"scripts": {
10
- "build": "rushx test && rushx check",
+ "build": "rushx test",
11
"check": "tsc types/**/*.ts --noEmit",
12
"test": "find test/ -name *.test.js | xargs mocha --timeout 10000"
13
0 commit comments