Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit a5f8a0b

Browse files
committed
chore: alpha-sort package scripts
1 parent 72a2755 commit a5f8a0b

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@
44
"description": "playwright + dom-testing-library",
55
"main": "./dist/index.js",
66
"scripts": {
7-
"test": "yarn test:lint && yarn test:unit",
8-
"test:unit": "jest",
9-
"test:lint": "lint -t typescript './lib/**/*.ts'",
10-
"clean": "rm -fR dist/",
11-
"rebuild": "yarn clean && yarn build",
12-
"prepublishOnly": "yarn rebuild && generate-export-aliases",
137
"build": "yarn build:ts && yarn build:rollup",
14-
"build:ts": "tsc",
158
"build:rollup": "rollup -c rollup.config.js",
16-
"ci-after-success": "hover-scripts ci-after-success"
9+
"build:ts": "tsc",
10+
"ci-after-success": "hover-scripts ci-after-success",
11+
"clean": "rm -fR dist/",
12+
"lint": "hover-scripts lint",
13+
"prepublishOnly": "yarn rebuild && generate-export-aliases",
14+
"rebuild": "yarn clean && yarn build",
15+
"test": "hover-scripts test"
1716
},
1817
"repository": {
1918
"type": "git",

0 commit comments

Comments
 (0)