2021-09-30 10:13:13 +00:00
|
|
|
# replace the `prepare` template from presetter-preset
|
|
|
|
# so that the build procedure will not be triggered upon package installation
|
2023-06-30 05:11:14 +00:00
|
|
|
build: cross-env NODE_ENV=production run-s clean build:rollup-config build:rollup
|
2023-06-30 07:22:13 +00:00
|
|
|
build:rollup-config: tsc -p tsconfig.config.json
|
2023-06-30 05:11:14 +00:00
|
|
|
build:rollup: rollup --config rollup.config.js
|
2023-05-10 11:15:12 +00:00
|
|
|
develop: cross-env NODE_ENV=development run-s "build:rollup -- --watch {@}" --
|