Add license generator to build script
This commit is contained in:
parent
b5750c8c1a
commit
38de6469cd
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ mkdir dist/assets 2> /dev/null
|
|||
|
||||
# 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:licenses &&
|
||||
npm run reset:layeroverview &&
|
||||
npm run generate &&
|
||||
npm run test &&
|
||||
|
|
Loading…
Reference in a new issue