Fix: re-enable generate command
This commit is contained in:
parent
16816a916c
commit
13a35b9420
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ 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 &&
|
||||
npm run generate:layouts
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
|
|
Loading…
Reference in a new issue