JoshuaKGoldberg/create-typescript-app

๐Ÿš€ Feature: Add an option to opt out of build script

JoshuaKGoldberg opened this issue ยท 1 comments

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.

๐Ÿ’–

๐ŸŽ‰ This is included in version v1.62.0 ๐ŸŽ‰

The release is available on:

Cheers! ๐Ÿ“ฆ๐Ÿš€