We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81db8eb commit afbcdecCopy full SHA for afbcdec
package.json
@@ -33,6 +33,7 @@
33
"lint": "run-p lint:*",
34
"lint:es": "cross-env PARSER_NO_WATCH=true eslint src --cache --ext md,js,ts -f friendly",
35
"lint:tsc": "tsc --incremental false --noEmit",
36
+ "prepublishOnly": "yarn build",
37
"pretest": "r",
38
"test:withPaths": "eslint --ext ts,tsx tests/withPaths",
39
"test:withoutPaths": "eslint --ext ts,tsx tests/withoutPaths",
0 commit comments