build: split build process into multiple GH actions
This commit is contained in:
parent
562e01b117
commit
4d5695e3f1
3 changed files with 17 additions and 4 deletions
|
@ -14,9 +14,6 @@ export NODE_OPTIONS="--max-old-space-size=8192"
|
|||
# This script ends every line with '&&' to chain everything. A failure will thus stop the build
|
||||
npm run generate:editor-layer-index &&
|
||||
npm run generate &&
|
||||
npm run generate:translations &&
|
||||
npm run test &&
|
||||
npm run generate:layeroverview &&
|
||||
npm run generate:layouts
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue