chore: remove kill others in @tianji/shared build

This commit is contained in:
moonrailgun 2024-01-31 04:21:57 +00:00
parent 4a1ea8557a
commit dde617fa0c

View File

@ -9,7 +9,7 @@
"require": "./dist/cjs/src/shared/src/index.js"
},
"scripts": {
"build": "concurrently --kill-others npm:build:cjs npm:build:esm",
"build": "concurrently npm:build:cjs npm:build:esm",
"build:cjs": "tsc --module commonjs --outDir ./dist/cjs",
"build:esm": "tsc --module esnext --outDir ./dist/esm",
"postinstall": "pnpm build"