mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 06:38:03 +08:00
Reimplement notice file generation for third-party licenses through Rust, now with CEF credits (#3808)
This commit is contained in:
@@ -4,15 +4,15 @@
|
||||
"scripts": {
|
||||
"---------- DEV SERVER ----------": "",
|
||||
"start": "cd frontend && npm start",
|
||||
"start-desktop": "cd frontend && npm run build-native-dev && cargo run -p graphite-desktop-bundle -- open",
|
||||
"start-desktop": "cd frontend && npm run build-native-dev && cargo run -p third-party-licenses --features desktop && cargo run -p graphite-desktop-bundle -- open",
|
||||
"profiling": "cd frontend && npm run profiling",
|
||||
"production": "cd frontend && npm run production",
|
||||
"---------- BUILDS ----------": "",
|
||||
"build-dev": "cd frontend && npm run build-dev",
|
||||
"build-profiling": "cd frontend && npm run build-profiling",
|
||||
"build": "cd frontend && npm run build",
|
||||
"build-desktop": "cd frontend && npm run build-native && cargo run -r -p graphite-desktop-bundle",
|
||||
"build-desktop-dev": "cd frontend && npm run build-native-dev && cargo run -p graphite-desktop-bundle",
|
||||
"build-desktop": "cd frontend && npm run build-native && cargo run -p third-party-licenses --features desktop && cargo run -r -p graphite-desktop-bundle",
|
||||
"build-desktop-dev": "cd frontend && npm run build-native-dev && cargo run -p third-party-licenses --features desktop && cargo run -p graphite-desktop-bundle",
|
||||
"---------- UTILITIES ----------": "",
|
||||
"lint": "cd frontend && npm run lint",
|
||||
"lint-fix": "cd frontend && npm run lint-fix"
|
||||
|
||||
Reference in New Issue
Block a user