Skip to content

Commit 0dfa920

Browse files
authored
Update build script to install corepack and enable pnpm (#645)
1 parent 41d421a commit 0dfa920

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/roam/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22
set -e
3+
npm install -g corepack@latest
4+
corepack enable pnpm
35
pnpm install
46
npx turbo run build --filter=roam
57
cp dist/* .

0 commit comments

Comments
 (0)