Closed ryan-roemer closed 7 years ago
CONTRIBUTING.md
README.md
npm version
package.json:lint
`package.json:lint-fix
--fix
package.json:preversion
npm run lint
package.json:clean-build
rimraf lib
package.json:version
npm run clean-build && npm run build && npm run umd
CONTRIBUTING.md
orREADME.md
as appropriate for all steps. Make sure to document that we require annpm version
workflow.package.json:lint
task to be`package.json:lint-fix
--fix
script taskpackage.json:lint
package.json:preversion
task that doesnpm run lint
package.json:clean-build
task that doesrimraf lib
package.json:version
task that doesnpm run clean-build && npm run build && npm run umd