Skip to content

Commit 05d4ad8

Browse files
committed
chore(package-json): sort scripts
1 parent e48c71a commit 05d4ad8

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,33 +21,33 @@
2121
"scripts": {
2222
"pretest": "run-s build",
2323
"test": "npm-run-all --print-label --parallel lint:* --parallel test:*",
24-
"lint:lockfile": "lockfile-lint",
24+
"lint:engines": "ls-engines",
25+
"lint:gherkin": "gherkin-lint",
2526
"lint:js": "eslint . --cache",
2627
"lint:js:fix": "run-s 'lint:js -- --fix'",
27-
"temp-disabled:lint:md": "remark . --frail",
28-
"lint:sensitive": "ban",
28+
"lint:lockfile": "lockfile-lint",
2929
"lint:peer": "npm ls >/dev/null",
30-
"lint:engines": "ls-engines",
3130
"lint:publish": "publint --strict",
32-
"generate:md": "remark . --output",
33-
"pregenerate:md": "run-s build",
34-
"prepare": "husky install",
35-
"lint:gherkin": "gherkin-lint",
36-
"pretest:integration:base": "run-s build",
31+
"lint:sensitive": "ban",
32+
"test:unit": "cross-env NODE_ENV=test c8 run-s test:unit:base",
33+
"test:unit:base": "DEBUG=any vitest run",
3734
"test:integration": "run-s 'test:integration:base -- --profile noWip'",
35+
"pretest:integration:base": "run-s build",
3836
"test:integration:base": "NODE_OPTIONS=--enable-source-maps DEBUG=any cucumber-js test/integration",
3937
"test:integration:debug": "DEBUG=test run-s test:integration",
38+
"test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
4039
"test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
4140
"test:integration:wip:debug": "DEBUG=test run-s 'test:integration:wip'",
42-
"test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
43-
"clean": "rimraf ./lib",
44-
"prebuild": "run-s clean",
4541
"build": "npm-run-all --print-label --parallel build:*",
4642
"build:js": "rollup --config",
47-
"watch": "run-s 'build:js -- --watch'",
43+
"clean": "rimraf ./lib",
44+
"pregenerate:md": "run-s build",
45+
"generate:md": "remark . --output",
46+
"prebuild": "run-s clean",
4847
"prepack": "run-s build",
49-
"test:unit": "cross-env NODE_ENV=test c8 run-s test:unit:base",
50-
"test:unit:base": "DEBUG=any vitest run"
48+
"prepare": "husky",
49+
"temp-disabled:lint:md": "remark . --frail",
50+
"watch": "run-s 'build:js -- --watch'"
5151
},
5252
"files": [
5353
"example.js",

0 commit comments

Comments
 (0)