We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c99637 commit 71a5e51Copy full SHA for 71a5e51
package.json
@@ -23,6 +23,8 @@
23
"typescript": "^3.8.3"
24
},
25
"scripts": {
26
+ "prebuild": "rm -rf bin",
27
+ "pretest": "npm run build",
28
"test": "npx markdownlint . && node ./bin/lint '**/*.md'",
29
"lint": "npm run test",
30
"lint-beta": "npm run build && node ./bin/lint '**/*.md'",
0 commit comments