mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Add run production
This commit is contained in:
parent
574d560350
commit
2bc1f29ddf
@ -8,6 +8,7 @@
|
||||
"build": "RUSTUP_TOOLCHAIN=nightly-2022-02-26-x86_64-unknown-linux-gnu webpack --mode=development",
|
||||
"production-build": "RUSTUP_TOOLCHAIN=nightly-2022-02-26-x86_64-unknown-linux-gnu webpack --mode=production",
|
||||
"webgl-start": "npm run start -- --env webgl",
|
||||
"webgl-start-production": "npm run webgl-start -- --mode=production",
|
||||
"webgl-build": "npm run build -- --env webgl",
|
||||
"webgl-production-build": "npm run production-build -- --env webgl"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user