refactor: add clean:buildOutput script

This commit is contained in:
Derrick Hammer 2023-06-30 04:14:34 -04:00
parent f1d13d00f1
commit e0b241a76a
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@ build: cross-env NODE_ENV=production run-s clean build:typescript:* build:rollu
build:rollup-config: tsc -p tsconfig.config.json
build:rollup: rollup --config rollup.config.js
develop: cross-env NODE_ENV=development run-s "build:rollup -- --watch {@}" --
clean:buildOutput: shx rm -rf {source}