mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
Update deploy
This commit is contained in:
parent
d1897c79c3
commit
a4805c1514
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -14,8 +14,6 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
- name: Install & Build
|
||||
run: |
|
||||
npm i git+https://git@git.krews.org/nitro/nitro-renderer#dev
|
||||
npm i
|
||||
npm run build:prod
|
||||
- name: Archive Artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
|
@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts --max_old_space_size=4096 build",
|
||||
"build": "react-scripts --max_old_space_size=8048 build",
|
||||
"build:prod": "npm i git+https://git@git.krews.org/nitro/nitro-renderer#dev && npm i && npm run build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
|
Loading…
Reference in New Issue
Block a user