Skip to content

Commit d2da5a4

Browse files
authored
chore: delete turbo in Makefile (#2251)
1 parent 1d0c3e3 commit d2da5a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR = $(shell pwd)
33
LIBRARIES = $(shell find packages packages_generated -mindepth 1 -maxdepth 1 -type d)
44

55
build:
6-
pnpm turbo build
6+
pnpm run build
77

88
install-dependencies:
99
pnpm install
@@ -15,10 +15,10 @@ format-check:
1515
pnpm run format:check
1616

1717
typing:
18-
pnpm turbo typecheck
18+
pnpm run typecheck
1919

2020
lint:
21-
pnpm turbo lint
21+
pnpm run lint
2222

2323
test:
2424
pnpm turbo test

0 commit comments

Comments
 (0)