Skip to content

Commit f066c48

Browse files
committed
fix: npm scripts order
1 parent 688cb24 commit f066c48

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
@@ -17,8 +17,8 @@
1717
"lint:js": "eslint --cache --ignore-pattern \"**/*.md\" .",
1818
"lint:js-docs": "eslint --no-inline-config \"**/*.md\"",
1919
"lint:package-json": "npmPkgJsonLint .",
20-
"test:remote": "eslint-remote-tester",
2120
"release": "release-it",
21+
"test:remote": "eslint-remote-tester",
2222
"test": "nyc --all --check-coverage --include lib mocha tests --recursive",
2323
"update:eslint-docs": "eslint-doc-generator"
2424
},

0 commit comments

Comments
 (0)