Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Icons: Remove clean script
  • Loading branch information
mcsf committed Oct 3, 2025
commit 5dbbff6d08e9a7992a0751878486f656a1e64ac2
3 changes: 1 addition & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
},
"scripts": {
"prelint": "npm run build",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand why is this in "prelint" and not "prebuild" or directly in "build" or something like that?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prebuild is too late. That's what I tried first. Because it's not just TS that needs resolvable import paths: ESLint needs it too.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see

"build": "node bin/generate-library",
"clean": "git clean -Xfq src/library"
"build": "node bin/generate-library"
}
}
Loading