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.
npm run update
1 parent bdf4b06 commit edb6599Copy full SHA for edb6599
package.json
@@ -18,7 +18,7 @@
18
"test:nyc": "nyc --reporter=lcov npm run test:base",
19
"test:debug": "mocha --require ts-node/register/transpile-only \"tests/**/*.ts\" --reporter dot --timeout 60000",
20
"test:watch": "npm run test:base -- --watch",
21
- "update": "ts-node --transpile-only ./tools/update.ts && npm run eslint-fix && npm run test:nyc",
+ "update": "ts-node --transpile-only ./tools/update.ts && npm run eslint-fix",
22
"new": "ts-node ./tools/new-rule.ts",
23
"docs:watch": "vuepress dev --debug docs",
24
"docs:build": "npm run build && vuepress build docs --no-cache",
0 commit comments