File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2727 ],
2828 "scripts" : {
2929 "build" : " rimraf dist/ && babel --verbose --out-dir dist src" ,
30- "lint" : " run-s -s lint:git lint:js lint:md" ,
31- "lint:js" : " eslint" ,
32- "lint:md" : " markdownlint . --ignore-path .gitignore" ,
33- "lint:git" : " commitlint --from origin/main --to HEAD" ,
34- "lint:pkg" : " sort-package-json --check" ,
3530 "fix" : " run-s -s fix:js fix:md fix:pkg" ,
3631 "fix:js" : " npm run -s lint:js -- --fix" ,
3732 "fix:md" : " npm run -s lint:md -- --fix" ,
3833 "fix:pkg" : " npm pkg fix && sort-package-json" ,
34+ "lint" : " run-s -s lint:git lint:js lint:md" ,
35+ "lint:git" : " commitlint --from origin/main --to HEAD" ,
36+ "lint:js" : " eslint" ,
37+ "lint:md" : " markdownlint . --ignore-path .gitignore" ,
38+ "lint:pkg" : " sort-package-json --check" ,
3939 "test" : " run-s -s lint test:unit test:integration" ,
40- "test:unit " : " nyc mocha test/unit /*.test.js" ,
41- "test:integration " : " npm run -s build && mocha test/integration /*.test.js"
40+ "test:integration " : " npm run -s build && mocha test/integration /*.test.js" ,
41+ "test:unit " : " nyc mocha test/unit /*.test.js"
4242 },
4343 "devDependencies" : {
4444 "@babel/cli" : " ^7.27.0" ,
You can’t perform that action at this time.
0 commit comments