forked from MapComplete/MapComplete
Add npm ci to 'init'
This commit is contained in:
parent
5e98020b1d
commit
37272589e2
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
"increase-memory": "export NODE_OPTIONS=--max_old_space_size=4096",
|
||||
"start": "ts-node scripts/generateLayerOverview.ts --no-fail && npm run increase-memory && parcel *.html UI/** Logic/** assets/** assets/**/** assets/**/**/** vendor/* vendor/*/*",
|
||||
"test": "ts-node test/TestAll.ts",
|
||||
"init": "npm run generate && npm run generate:editor-layer-index && npm run generate:layouts && npm run clean",
|
||||
"init": "npm ci && npm run generate && npm run generate:editor-layer-index && npm run generate:layouts && npm run clean",
|
||||
"generate:editor-layer-index": "cd assets/ && wget https://osmlab.github.io/editor-layer-index/imagery.geojson --output-document=editor-layer-index.json",
|
||||
"generate:images": "ts-node scripts/generateIncludedImages.ts",
|
||||
"generate:translations": "ts-node scripts/generateTranslations.ts",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue