JoshuaKGoldberg / create-typescript-app

Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 💝
MIT License
621 stars 63 forks source link

🚀 Feature: Add an option to opt out of build script #1559

Closed JoshuaKGoldberg closed 6 days ago

JoshuaKGoldberg commented 6 days ago

Bug Report Checklist

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[bot] commented 6 days ago

:tada: This is included in version v1.62.0 :tada:

The release is available on:

Cheers! 📦🚀