Skip to content

Commit 8d5d74d

Browse files
authored
fix: fix node-pty packaging (#664)
1 parent 17e4caf commit 8d5d74d

File tree

5 files changed

+239
-56
lines changed

5 files changed

+239
-56
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ dev: node_modules/.installed build-main ## Start development server (Vite + node
118118
"bun x nodemon --watch src --watch tsconfig.main.json --watch tsconfig.json --ext ts,tsx,json --ignore dist --ignore node_modules --exec node scripts/build-main-watch.js" \
119119
"vite"
120120
else
121-
dev: node_modules/.installed build-main build-preload## Start development server (Vite + tsgo watcher for 10x faster type checking)
121+
dev: node_modules/.installed build-main build-preload ## Start development server (Vite + tsgo watcher for 10x faster type checking)
122122
@bun x concurrently -k \
123123
"bun x concurrently \"$(TSGO) -w -p tsconfig.main.json\" \"bun x tsc-alias -w -p tsconfig.main.json\"" \
124124
"vite"

0 commit comments

Comments
 (0)