We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3154559 commit 5784821Copy full SHA for 5784821
package.json
@@ -54,7 +54,7 @@
54
"lint": "run-p lint:*",
55
"lint:js": "eslint --ext .ts --fix src demo/src",
56
"lint:tsc": "tsc --noemit",
57
- "prepublishOnly": "run-p test doc",
+ "prepublishOnly": "run-s test doc",
58
"start": "serve public",
59
"test": "run-s lint clean build ava",
60
"prewatch": "run-s clean build:js build:dts postbuild",
0 commit comments