Skip to content

Commit

Permalink
chore: Add lint script back
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Jun 4, 2024
1 parent 394c049 commit 825ae45
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 @@ -25,7 +25,7 @@
"prepare": "npm run -s build",
"prepare:babel": "babel src/*.js -d dist && npm t",
"lint": "eslint src",
"test": "npm run -s build && cross-env BABEL_ENV=test jest",
"test": "npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest",
"jest": "cross-env BABEL_ENV=test jest",
"format": "prettier --write \"{*,{src,test}/**/*}.+(js|css)\"",
"changeset": "changeset",
Expand Down

0 comments on commit 825ae45

Please sign in to comment.