fix: dont pass file as argument

This commit is contained in:
Derrick Hammer 2023-06-30 03:22:13 -04:00
parent bb727ae72a
commit 41645d9661
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# replace the `prepare` template from presetter-preset # replace the `prepare` template from presetter-preset
# so that the build procedure will not be triggered upon package installation # so that the build procedure will not be triggered upon package installation
build: cross-env NODE_ENV=production run-s clean build:rollup-config build:rollup build: cross-env NODE_ENV=production run-s clean build:rollup-config build:rollup
build:rollup-config: tsc -p tsconfig.config.json rollup.config.ts build:rollup-config: tsc -p tsconfig.config.json
build:rollup: rollup --config rollup.config.js build:rollup: rollup --config rollup.config.js
develop: cross-env NODE_ENV=development run-s "build:rollup -- --watch {@}" -- develop: cross-env NODE_ENV=development run-s "build:rollup -- --watch {@}" --