mirror of
https://github.com/spark-store-project/spark-store-abyss
synced 2025-12-17 12:51:38 +08:00
fix: update pnpm install command to use --unsafe-perm
This commit is contained in:
2
.github/workflows/nuxtjs.yml
vendored
2
.github/workflows/nuxtjs.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-nuxt-build-
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
run: pnpm install --unsafe-perm
|
||||
- name: Static HTML export with Nuxt
|
||||
run: pnpm generate
|
||||
- name: Upload artifact
|
||||
|
||||
Reference in New Issue
Block a user