Skip to content

Commit b9bea29

Browse files
committed
chore: remove stale script step
1 parent 29358eb commit b9bea29

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
@@ -9,7 +9,7 @@
99
"type": "module",
1010
"module": "./index.mjs",
1111
"scripts": {
12-
"check": "standardx '**/*.ts' && standardx '**/*.js'",
12+
"check": "standardx '**/*.ts'",
1313
"fix": "standardx --fix '**/*.ts' && standardx --fix '**/*.js'",
1414
"pretest": "rimraf build && tsc -p tsconfig.test.json",
1515
"test": "c8 mocha ./test/*.mjs",

0 commit comments

Comments
 (0)