Skip to content

Commit

Permalink
Fixing lint command while I'm here
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-storm committed Sep 23, 2024
1 parent d040282 commit 86ee7b6
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 @@ -4,7 +4,7 @@
"scripts": {
"gh-pages": "node tools/gh-pages/render",
"test": "lerna run test --stream",
"lint": "node_modules/.bin/eslint packages -c .eslintrc --ext js",
"lint": "eslint packages -c .eslintrc --ext js",
"prepublish": "npm run gh-pages -s"
},
"devDependencies": {
Expand Down

0 comments on commit 86ee7b6

Please sign in to comment.