mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 04:19:31 +00:00
updated firebase build to increase memory
This commit is contained in:
@@ -11,7 +11,11 @@ jobs:
|
||||
NODE_ENV: 'development'
|
||||
steps:
|
||||
- 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
|
||||
with:
|
||||
repoToken: '${{ secrets.GITHUB_TOKEN }}'
|
||||
|
||||
Reference in New Issue
Block a user