Skip to content

Commit 550532e

Browse files
authored
Run builds concurrently (#498)
1 parent 41de58c commit 550532e

File tree

1 file changed

+2
-1
lines changed
  • smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen

1 file changed

+2
-1
lines changed

smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "${packageDescription}",
44
"version": "${packageVersion}",
55
"scripts": {
6-
"build": "${packageManager} build:cjs && ${packageManager} build:es && ${packageManager} build:types",
6+
"build": "concurrently '${packageManager}:build:cjs' '${packageManager}:build:es' '${packageManager}:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",
88
"build:docs": "typedoc",
99
"build:es": "tsc -p tsconfig.es.json",
@@ -20,6 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@tsconfig/recommended": "1.0.1",
23+
"concurrently": "7.0.0",
2324
"downlevel-dts": "0.7.0",
2425
"rimraf": "^3.0.0",
2526
"typedoc": "^0.19.2",

0 commit comments

Comments
 (0)