fix: add build:typescript:* to build script
This commit is contained in:
parent
23d0614a02
commit
edf1960010
|
@ -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:typescript:*
|
||||||
build:rollup-config: tsc -p tsconfig.config.json
|
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 {@}" --
|
||||||
|
|
Loading…
Reference in New Issue