We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d296a commit aa3f77fCopy full SHA for aa3f77f
run-all-unit-tests-local.sh
@@ -1,4 +1,9 @@
1
#find /app
2
+corepack enable
3
+corepack prepare pnpm@latest-9 --activate
4
+pnpm install
5
+pnpm install -g clinic
6
+pnpm install -g npm@10.8.3
7
8
npx tsc -p tsconfig.test.json
9
pnpm run build
0 commit comments