Skip to content

Commit c136c11

Browse files
committed
chore(npm): sort scripts
1 parent 0e120ec commit c136c11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
"test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
3939
"test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
4040
"test:integration:wip:debug": "DEBUG=test run-s 'test:integration:wip'",
41+
"prebuild": "run-s clean",
4142
"build": "npm-run-all --print-label --parallel build:*",
4243
"build:js": "rollup --config",
4344
"clean": "rimraf ./lib",
4445
"pregenerate:md": "run-s build",
4546
"generate:md": "remark . --output",
46-
"prebuild": "run-s clean",
4747
"prepack": "run-s build",
4848
"prepare": "husky",
4949
"temp-disabled:lint:md": "remark . --frail",

0 commit comments

Comments
 (0)