Skip to content

Commit 973dfde

Browse files
committed
chore(npm): sort scripts
1 parent 4012a3d commit 973dfde

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,33 +18,33 @@
1818
"scripts": {
1919
"pretest": "run-s build",
2020
"test": "npm-run-all --print-label --parallel lint:* --parallel test:*",
21-
"lint:lockfile": "lockfile-lint",
21+
"lint:engines": "ls-engines",
22+
"lint:gherkin": "gplint --config .gplintrc.json",
2223
"lint:js": "eslint . --cache",
24+
"lint:js:fix": "run-s 'lint:js -- --fix'",
25+
"lint:lockfile": "lockfile-lint",
2326
"lint:md": "remark . --frail",
24-
"generate:md": "remark . --output",
25-
"pregenerate:md": "npm run build",
27+
"lint:peer": "npm ls >/dev/null",
28+
"lint:publish": "publint --strict",
2629
"lint:sensitive": "ban",
27-
"clean": "rimraf ./lib",
28-
"prebuild": "run-s clean",
29-
"build": "npm-run-all --print-label --parallel build:*",
30-
"build:js": "rollup --config",
31-
"watch": "run-s 'build:js -- --watch'",
32-
"prepack": "run-s build",
3330
"test:unit": "run-s 'test:unit:base -- --coverage'",
3431
"test:unit:base": "NODE_ENV=test DEBUG=any vitest run src/",
35-
"lint:peer": "npm ls >/dev/null",
36-
"lint:gherkin": "gplint --config .gplintrc.json",
3732
"test:integration": "run-s 'test:integration:base -- --profile noWip'",
3833
"pretest:integration:base": "run-s build",
3934
"test:integration:base": "NODE_OPTIONS=--enable-source-maps DEBUG=any cucumber-js test/integration",
4035
"test:integration:debug": "DEBUG=test run-s test:integration",
36+
"test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
4137
"test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
4238
"test:integration:wip:debug": "DEBUG=test run-s 'test:integration:wip'",
43-
"test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
44-
"prepare": "husky install",
45-
"lint:publish": "publint --strict",
46-
"lint:engines": "ls-engines",
47-
"lint:js:fix": "run-s 'lint:js -- --fix'"
39+
"prebuild": "run-s clean",
40+
"build": "npm-run-all --print-label --parallel build:*",
41+
"build:js": "rollup --config",
42+
"clean": "rimraf ./lib",
43+
"pregenerate:md": "npm run build",
44+
"generate:md": "remark . --output",
45+
"prepack": "run-s build",
46+
"prepare": "husky",
47+
"watch": "run-s 'build:js -- --watch'"
4848
},
4949
"files": [
5050
"example.js",

0 commit comments

Comments
 (0)