mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 06:56:59 +00:00
test28
This commit is contained in:
parent
6f4c9e0046
commit
d45af28a59
@ -42,9 +42,11 @@ jobs:
|
||||
with:
|
||||
php-version: '7.4'
|
||||
- uses: pnpm/action-setup@v2
|
||||
- run: npm install --unsafe-perm
|
||||
- name: Install dependencies
|
||||
run: pnpm update --latest --recursive --prod
|
||||
with:
|
||||
run_install: |
|
||||
- recursive: true
|
||||
args: [--latest, --prod]
|
||||
- args: [--unsafe-prem]
|
||||
- name: Build And Deploy
|
||||
id: builddeploy
|
||||
uses: Azure/static-web-apps-deploy@v1
|
||||
@ -59,7 +61,7 @@ jobs:
|
||||
output_location: '' # Built app content directory - optional
|
||||
# app_build_command: 'pnpm build'
|
||||
# api_build_command: 'pnpm build'
|
||||
# skip_app_build: true
|
||||
skip_app_build: true
|
||||
env: # Add environment variables here
|
||||
IS_STATIC_EXPORT: true
|
||||
###### End of Repository/Build Configurations ######
|
||||
|
Loading…
x
Reference in New Issue
Block a user