Skip to content

Commit 342e607

Browse files
committed
Fix
1 parent 97f0b26 commit 342e607

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@
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",

0 commit comments

Comments
 (0)