File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 36
36
37
37
- Tweaked the package description.
38
38
- Updated the ` package.json ` field ` repository ` to conform to new npm requirements.
39
+ - Reordered the package scripts.
39
40
- Updated GitHub Actions CI config:
40
41
- No longer run the workflow on pull request.
41
42
- Enable manual workflow dispatching.
Original file line number Diff line number Diff line change 90
90
"typescript" : " ^5.6.2"
91
91
},
92
92
"scripts" : {
93
- "eslint" : " eslint" ,
94
93
"prettier" : " prettier -c ." ,
94
+ "eslint" : " eslint" ,
95
95
"types" : " tsc -p jsconfig.json" ,
96
96
"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" ,
98
98
"prepublishOnly" : " npm test"
99
99
}
100
100
}
You can’t perform that action at this time.
0 commit comments