Skip to content

Commit 9f7f662

Browse files
authored
run tsc-alias in dev mode (#1019)
1 parent 499de6a commit 9f7f662

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

packages/open-next/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"main": "./dist/index.js",
1515
"scripts": {
1616
"build": "tsc && tsc-alias",
17-
"dev": "tsc -w"
17+
"dev": "concurrently \"tsc -w\" \"tsc-alias -w\""
1818
},
1919
"exports": {
2020
"./*": {
@@ -59,6 +59,7 @@
5959
"@types/aws-lambda": "^8.10.109",
6060
"@types/express": "5.0.0",
6161
"@types/node": "catalog:",
62+
"concurrently": "^9.2.1",
6263
"tsc-alias": "^1.8.8",
6364
"typescript": "catalog:"
6465
},

pnpm-lock.yaml

Lines changed: 38 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)