We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm run test
1 parent a03d501 commit 239b15aCopy full SHA for 239b15a
package.json
@@ -12,7 +12,7 @@
12
},
13
"scripts": {
14
"publish": "npm publish --access public --@github:registry=https://registry.npmjs.org",
15
- "test": "NODE_OPTIONS=--experimental-vm-modules jest",
+ "test": "npm run lint &&NODE_OPTIONS=--experimental-vm-modules jest",
16
"lint": "markdownlint-cli2 \"**/*.{md,mdx}\" \"!node_modules\" \"!docs/rules\" \"!test/example.md\" && eslint .",
17
"lint:fix": "npm run lint -- --fix"
18
0 commit comments