Skip to content

Commit 352f3fe

Browse files
committed
Reorder the package scripts.
1 parent 284410c commit 352f3fe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
- Tweaked the package description.
3838
- Updated the `package.json` field `repository` to conform to new npm requirements.
39+
- Reordered the package scripts.
3940
- Updated GitHub Actions CI config:
4041
- No longer run the workflow on pull request.
4142
- Enable manual workflow dispatching.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@
9090
"typescript": "^5.6.2"
9191
},
9292
"scripts": {
93-
"eslint": "eslint",
9493
"prettier": "prettier -c .",
94+
"eslint": "eslint",
9595
"types": "tsc -p jsconfig.json",
9696
"tests": "coverage-node --test-reporter=spec --test *.test.mjs",
97-
"test": "npm run eslint && npm run prettier && npm run types && npm run tests",
97+
"test": "npm run prettier && npm run eslint && npm run types && npm run tests",
9898
"prepublishOnly": "npm test"
9999
}
100100
}

0 commit comments

Comments
 (0)