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:
|
with:
|
||||||
php-version: '7.4'
|
php-version: '7.4'
|
||||||
- uses: pnpm/action-setup@v2
|
- uses: pnpm/action-setup@v2
|
||||||
- run: npm install --unsafe-perm
|
with:
|
||||||
- name: Install dependencies
|
run_install: |
|
||||||
run: pnpm update --latest --recursive --prod
|
- recursive: true
|
||||||
|
args: [--latest, --prod]
|
||||||
|
- args: [--unsafe-prem]
|
||||||
- name: Build And Deploy
|
- name: Build And Deploy
|
||||||
id: builddeploy
|
id: builddeploy
|
||||||
uses: Azure/static-web-apps-deploy@v1
|
uses: Azure/static-web-apps-deploy@v1
|
||||||
@ -59,7 +61,7 @@ jobs:
|
|||||||
output_location: '' # Built app content directory - optional
|
output_location: '' # Built app content directory - optional
|
||||||
# app_build_command: 'pnpm build'
|
# app_build_command: 'pnpm build'
|
||||||
# api_build_command: 'pnpm build'
|
# api_build_command: 'pnpm build'
|
||||||
# skip_app_build: true
|
skip_app_build: true
|
||||||
env: # Add environment variables here
|
env: # Add environment variables here
|
||||||
IS_STATIC_EXPORT: true
|
IS_STATIC_EXPORT: true
|
||||||
###### End of Repository/Build Configurations ######
|
###### End of Repository/Build Configurations ######
|
||||||
|
Loading…
x
Reference in New Issue
Block a user