Skip to content

Commit 52e40e8

Browse files
committed
fix: npm scripts order
1 parent c96fd06 commit 52e40e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"lint:js-docs": "eslint --no-inline-config \"**/*.md\"",
1919
"lint:package-json": "npmPkgJsonLint .",
2020
"release": "release-it",
21-
"test:remote": "eslint-remote-tester",
2221
"test": "nyc --all --check-coverage --include lib mocha tests --recursive",
22+
"test:remote": "eslint-remote-tester",
2323
"update:eslint-docs": "eslint-doc-generator"
2424
},
2525
"files": [

0 commit comments

Comments
 (0)