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 1825761 commit 8506953Copy full SHA for 8506953
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
# echo "@adaptate:registry=https://npm.pkg.github.com" >> ~/.npmrc
37
38
- name: Install dependencies
39
- run: npm ci
+ run: pnpm ci
40
41
- name: Build project
42
run: npx turbo run build
0 commit comments