forked from MapComplete/MapComplete
Add script to create single-theme builds
This commit is contained in:
parent
92b341aa5d
commit
bf71bb0393
4 changed files with 97 additions and 1 deletions
|
@ -66,6 +66,7 @@
|
|||
"strt:https": "vite --host | sed 's/localhost:/127.0.0.1:/g'",
|
||||
"strt": "vite --host | sed 's/localhost:/127.0.0.1:/g'",
|
||||
"build": "./scripts/build.sh",
|
||||
"build:single": "./scripts/single_build.sh",
|
||||
"prepare-deploy": "npm run generate:service-worker && ./scripts/prepare-build.sh && npm run build",
|
||||
|
||||
"watch:css": "tailwindcss -i src/index.css -o public/css/index-tailwind-output.css --watch",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue