Skip to content

Commit 9997da6

Browse files
committed
fix
1 parent 5211e70 commit 9997da6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
},
4848
"scripts": {
4949
"build": "tsc -p .",
50-
"clean": "git clean -fx module/ lib/",
50+
"clean": "git clean -fx module/",
5151
"prepublish": "npm run --if-present build",
52-
"test": "node --experimental-strip-types --test \"test/**/*.ts\"",
53-
"watch": "tsc -p . --watch",
52+
"test": "npm run build && npm run test:unit",
53+
"test:unit": "node --experimental-strip-types --test \"test/unit/**/*.ts\"",
5454
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
5555
"prepare": "git config --local core.hooksPath .githooks"
5656
},

0 commit comments

Comments
 (0)