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

Commit 72f8fe2

Browse files
committed
build: rename build:ts to build:types
1 parent 23c49e2 commit 72f8fe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "playwright + dom-testing-library",
55
"main": "./dist/index.js",
66
"scripts": {
7-
"build": "yarn build:ts && yarn build:rollup",
7+
"build": "yarn build:types && yarn build:rollup",
88
"build:rollup": "rollup -c rollup.config.js",
9-
"build:ts": "tsc",
9+
"build:types": "tsc",
1010
"ci-after-success": "hover-scripts ci-after-success",
1111
"clean": "rm -fR dist/",
1212
"lint": "hover-scripts lint",

0 commit comments

Comments
 (0)