Fix: fix build
This commit is contained in:
parent
e23d50e006
commit
eeb5a43329
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -26,7 +26,7 @@ fi
|
||||||
|
|
||||||
cp node_modules/name-suggestion-index/dist/nsi.min.json public/assets/data/nsi
|
cp node_modules/name-suggestion-index/dist/nsi.min.json public/assets/data/nsi
|
||||||
cp node_modules/name-suggestion-index/dist/wikidata.min.json public/assets/data/nsi
|
cp node_modules/name-suggestion-index/dist/wikidata.min.json public/assets/data/nsi
|
||||||
vite-node scripts/addNsiExtensions.ts -- patch
|
vite-node scripts/nsiLogos.ts -- patch
|
||||||
|
|
||||||
export NODE_OPTIONS=--max-old-space-size=20000
|
export NODE_OPTIONS=--max-old-space-size=20000
|
||||||
which vite
|
which vite
|
||||||
|
|
|
@ -8,7 +8,7 @@ then
|
||||||
npm run generate:layeroverview
|
npm run generate:layeroverview
|
||||||
npm run generate:layouts
|
npm run generate:layouts
|
||||||
fi
|
fi
|
||||||
|
vite-node scripts/nsiLogos.ts -- patch
|
||||||
npm run build
|
npm run build
|
||||||
echo '''
|
echo '''
|
||||||
import type { CapacitorConfig } from "@capacitor/cli";
|
import type { CapacitorConfig } from "@capacitor/cli";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue