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.
uses
run
1 parent 47270d3 commit 2779e0bCopy full SHA for 2779e0b
.github/workflows/prereleases.yml
@@ -29,7 +29,7 @@ jobs:
29
registry-url: "https://registry.npmjs.org"
30
31
- name: Install Dependencies
32
- uses: pnpm i --frozen-lockfile
+ run: pnpm i --frozen-lockfile
33
34
- name: Build
35
run: pnpm -F builder run build
0 commit comments