We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d421a commit 0dfa920Copy full SHA for 0dfa920
apps/roam/build.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
set -e
3
+npm install -g corepack@latest
4
+corepack enable pnpm
5
pnpm install
6
npx turbo run build --filter=roam
7
cp dist/* .
0 commit comments