Skip to content

Commit

Permalink
chore: add lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 25, 2024
1 parent c1685bb commit 3c6c9eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"build:main": "pnpm --filter beasties run build",
"build:webpack": "pnpm --filter beasties-webpack-plugin run build",
"docs": "pnpm -r docs",
"lint": "eslint .",
"release": "npm run build -s && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish",
"test": "vitest --coverage"
},
Expand Down

0 comments on commit 3c6c9eb

Please sign in to comment.