๐ Feature: Add an option to opt out of build script
JoshuaKGoldberg opened this issue ยท 1 comments
JoshuaKGoldberg commented
Bug Report Checklist
- I have pulled the latest
main
branch of the repository. - I have searched for related issues and found none that matched my issue.
Overview
Right now, all projects must have a "build": "tsup"
task. But not all repos created with this necessarily want that! For example, my browser extensions use ncc
. Let's make it so the build
task optional with an --exclude-build
.
Additional Info
This feeds into the long-term project vision (#1181) of being built on a totally agnostic, composable core.
๐
github-actions commented