Skip to content

Commit ab87146

Browse files
committed
chore: do not run format in pretest
1 parent d24be36 commit ab87146

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"new": "node scripts/new-rule",
5252
"pretest": "npm run -s lint",
5353
"test": "nyc npm run -s test:_mocha",
54-
"posttest": "npm run format",
5554
"test:ci": "nyc npm run -s test:_mocha",
5655
"test:_mocha": "_mocha \"tests/lib/**/*.js\" --reporter progress --timeout 4000",
5756
"preversion": "npm test",

0 commit comments

Comments
 (0)