forked from MapComplete/MapComplete
Fix: order of commands in npm run init
ELI should be downloaded before generate, because it depends on that file. After clearing the generated assets directory, npm run init failed, this commit fixes that.
This commit is contained in:
parent
37c09f12be
commit
231aea878d
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
|||
}
|
||||
},
|
||||
"scripts": {
|
||||
"init": "npm ci && npm run prep:layeroverview && npm run generate && npm run download:editor-layer-index && npm run generate:layouts && npm run clean",
|
||||
"init": "npm ci && npm run prep:layeroverview && npm run download:editor-layer-index && npm run generate && npm run generate:layouts && npm run clean",
|
||||
"start": "npm run generate:layeroverview && npm run strt",
|
||||
"strt": "vite --host | sed 's/localhost:/127.0.0.1:/g'",
|
||||
"build": "./scripts/build.sh",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue