Skip to content

Commit 239b15a

Browse files
committed
Fix npm run test
1 parent a03d501 commit 239b15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"scripts": {
1414
"publish": "npm publish --access public --@github:registry=https://registry.npmjs.org",
15-
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
15+
"test": "npm run lint &&NODE_OPTIONS=--experimental-vm-modules jest",
1616
"lint": "markdownlint-cli2 \"**/*.{md,mdx}\" \"!node_modules\" \"!docs/rules\" \"!test/example.md\" && eslint .",
1717
"lint:fix": "npm run lint -- --fix"
1818
},

0 commit comments

Comments
 (0)