docs: fix install workflow
This commit is contained in:
2
.github/workflows/studio.yml
vendored
2
.github/workflows/studio.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
|||||||
cache: ${{ steps.pkgman.outputs.cache }}
|
cache: ${{ steps.pkgman.outputs.cache }}
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: ${{ steps.pkgman.outputs.package_manager }} install
|
run: ${{ steps.pkgman.outputs.package_manager }} install --no-frozen-lockfile
|
||||||
|
|
||||||
- name: Install @nuxthq/studio
|
- name: Install @nuxthq/studio
|
||||||
run: ${{ steps.pkgman.outputs.package_manager }} add -D @nuxthq/studio
|
run: ${{ steps.pkgman.outputs.package_manager }} add -D @nuxthq/studio
|
||||||
|
|||||||
Reference in New Issue
Block a user