alvis/presetter

View on GitHub
packages/preset-rollup/templates/scripts.yaml

Summary

Maintainability
Test Coverage
# replace the `prepare` template from presetter-preset
# so that the build procedure will not be triggered upon package installation
build: cross-env NODE_ENV=production run-s clean build:rollup
build:rollup: rollup --config rollup.config.ts --configPlugin rollup-plugin-ts
develop: cross-env NODE_ENV=development run-s "build:rollup -- --watch {@}" --