Skip to content

Commit edb6599

Browse files
Change npm run update to not run tests (#255)
1 parent bdf4b06 commit edb6599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test:nyc": "nyc --reporter=lcov npm run test:base",
1919
"test:debug": "mocha --require ts-node/register/transpile-only \"tests/**/*.ts\" --reporter dot --timeout 60000",
2020
"test:watch": "npm run test:base -- --watch",
21-
"update": "ts-node --transpile-only ./tools/update.ts && npm run eslint-fix && npm run test:nyc",
21+
"update": "ts-node --transpile-only ./tools/update.ts && npm run eslint-fix",
2222
"new": "ts-node ./tools/new-rule.ts",
2323
"docs:watch": "vuepress dev --debug docs",
2424
"docs:build": "npm run build && vuepress build docs --no-cache",

0 commit comments

Comments
 (0)