Skip to content

Commit

Permalink
ci: prevent eslint from running on lib directory
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed Jun 3, 2024
1 parent 6fe3973 commit 8ae89f5
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 @@ -36,7 +36,7 @@
"types/"
],
"scripts": {
"build": "rimraf dist lib && rollup -c && tsc && npm run lint:fix",
"build": "rimraf dist lib && npm run lint:fix && rollup -c && tsc",
"clean": "xs clean",
"docs": "xs docs",
"lint": "xs lint",
Expand Down

0 comments on commit 8ae89f5

Please sign in to comment.