Should fix init from a fresh repo
This commit is contained in:
parent
ad9ca11c10
commit
99621549e9
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
"generate:doctests": "doctest-ts-improved . --ignore .*.spec.ts --ignore .*ConfigJson.ts",
|
||||
"test:run-only": "vitest --run test",
|
||||
"test": " export NODE_OPTIONS=\"--max-old-space-size=8192\" && npm run clean:tests && (npm run generate:doctests 2>&1 | grep -v \"No doctests found in\") && npm run test:run-only && npm run clean:tests",
|
||||
"init": "npm ci && npm run generate && npm run generate:editor-layer-index && npm run generate:layouts && npm run clean && npm run weblate-add-upstream",
|
||||
"init": "npm ci && npm run prep:layeroverview && npm run generate && npm run generate:editor-layer-index && npm run generate:layouts && npm run clean && npm run weblate-add-upstream",
|
||||
"generate:editor-layer-index": "vite-node scripts/downloadEli.ts",
|
||||
"generate:polygon-features": "vite-node scripts/downloadFile.ts -- https://raw.githubusercontent.com/tyrasd/osm-polygon-features/master/polygon-features.json assets/polygon-features.json",
|
||||
"generate:images": "vite-node scripts/generateIncludedImages.ts",
|
||||
|
|
Loading…
Reference in a new issue