foundry-release-npm-build
v2.0.0
Published
Run `npm run build` on `foundry release`
Downloads
6
Maintainers
Readme
foundry-release-npm-build
This repository has been deprecated with the release of [email protected]
.
Instead of using it, we suggest a custom command in releaseCommands
:
{
"releaseCommands": [
{
"type": "customCommand",
"updateFiles": "npm run build"
}
]
}
Our reasoning is this library was already a one-off. If anyone wants customization (e.g. flags, running npm run compile
instead), then we would configuration options. That would be overkill for a single command. Using a custom command covers customization easily and transparently.
Run npm run build
on foundry release
This is an npm plugin for foundry, a plugin based release management library.
Documentation
This library was build to match the foundry plugin specification. Documentation can be found at:
https://github.com/twolfson/foundry-release-spec
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint via npm run lint
and test via npm test
.
Donating
Support this project and others by twolfson via gratipay.
Unlicense
As of Jan 18 2015, Todd Wolfson has released this repository and its contents to the public domain.
It has been released under the UNLICENSE.