-
-
Notifications
You must be signed in to change notification settings - Fork 175
Closed as not planned
Description
In some factions of NPM development, gulp and other build orchestrators are being avoided in favor of simply using yarn build
, yarn pack
, etc. This makes our gulp-based doc less helpful.
How can NB.GV help versioning for these folks? Preferably yarn pack
automatically builds a package with the right version, and without dirtying the source tree. Is that possible? If not, what's the closest we can get?
eberkund