Skip to content

Commit 5784821

Browse files
committed
Update package.json
1 parent 3154559 commit 5784821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"lint": "run-p lint:*",
5555
"lint:js": "eslint --ext .ts --fix src demo/src",
5656
"lint:tsc": "tsc --noemit",
57-
"prepublishOnly": "run-p test doc",
57+
"prepublishOnly": "run-s test doc",
5858
"start": "serve public",
5959
"test": "run-s lint clean build ava",
6060
"prewatch": "run-s clean build:js build:dts postbuild",

0 commit comments

Comments
 (0)