
> htmlhint@1.0.0 build
> npm run clean && tsc && npm run build:rollup


> htmlhint@1.0.0 clean
> rimraf dist


> htmlhint@1.0.0 build:rollup
> npm run build:min && npm run build:unmin


> htmlhint@1.0.0 build:min
> rollup -c --environment NODE_ENV:production --file dist/htmlhint.min.js


./dist/core/core.js → dist/htmlhint.min.js...
created dist/htmlhint.min.js in 15.8s

> htmlhint@1.0.0 build:unmin
> rollup -c


./dist/core/core.js → dist/htmlhint.js...
created dist/htmlhint.js in 7s
