mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
updated firebase build to increase memory
This commit is contained in:
@@ -11,7 +11,11 @@ jobs:
|
|||||||
NODE_ENV: 'development'
|
NODE_ENV: 'development'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: npm ci && npm run gen-api-docs-all && npm run build
|
- run: |
|
||||||
|
export NODE_OPTIONS="--max_old_space_size=4096"
|
||||||
|
npm ci
|
||||||
|
npm run gen-api-docs-all
|
||||||
|
npm run build
|
||||||
- uses: FirebaseExtended/action-hosting-deploy@v0
|
- uses: FirebaseExtended/action-hosting-deploy@v0
|
||||||
with:
|
with:
|
||||||
repoToken: '${{ secrets.GITHUB_TOKEN }}'
|
repoToken: '${{ secrets.GITHUB_TOKEN }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user