Skip to content

Commit

Permalink
fix: npm scripts order
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Apr 7, 2024
1 parent c96fd06 commit 52e40e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"lint:js-docs": "eslint --no-inline-config \"**/*.md\"",
"lint:package-json": "npmPkgJsonLint .",
"release": "release-it",
"test:remote": "eslint-remote-tester",
"test": "nyc --all --check-coverage --include lib mocha tests --recursive",
"test:remote": "eslint-remote-tester",
"update:eslint-docs": "eslint-doc-generator"
},
"files": [
Expand Down

0 comments on commit 52e40e8

Please sign in to comment.