Skip to content

Commit

Permalink
re-add space
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyceZhu committed Jan 17, 2025
1 parent db5cd52 commit d6d4f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"scripts": {
"publish": "npm publish --access public --@github:registry=https://registry.npmjs.org",
"test": "npm run lint &&NODE_OPTIONS=--experimental-vm-modules jest",
"test": "npm run lint && NODE_OPTIONS=--experimental-vm-modules jest",
"lint": "markdownlint-cli2 \"**/*.{md,mdx}\" \"!node_modules\" \"!docs/rules\" \"!test/example.md\" && eslint .",
"lint:fix": "npm run lint -- --fix"
},
Expand Down

0 comments on commit d6d4f78

Please sign in to comment.