mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
gex: simplify build
This commit is contained in:
@@ -2,26 +2,19 @@
|
||||
"name": "asusctl-gex",
|
||||
"version": "4.7.0",
|
||||
"description": "asusctl-gex is a frontend for some functionalities of asusctl and supergfxctl that were born inside the asus-linux.org community.\n\nasusctl is required.\n\nTo learn more about it, please have a look at:\nhttps://gitlab.com/asus-linux/asusctl\nhttps://gitlab.com/asus-linux/asusctl-gex\n\nhttps://asus-linux.org/",
|
||||
"dependencies": {
|
||||
"npm-run-all": "^4.1.5",
|
||||
"typescript": "^4.3.5"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"main": "dist/extension.js",
|
||||
"scripts": {
|
||||
"build:clean": "rm -rf _build _target schemas/gschemas.compiled target",
|
||||
"build:compile": "scripts/compile",
|
||||
"build:convert": "scripts/convert",
|
||||
"build:schemas": "glib-compile-schemas schemas",
|
||||
"build:transpile": "npx tsc",
|
||||
"build": "run-p build:clean && run-p build:transpile && run-p build:schemas && run-p build:convert && run-p build:compile",
|
||||
"debug:nested_shell": "run-p build && run-p install-dev && scripts/nested_shell",
|
||||
"debug": "run-p debug:nested_shell",
|
||||
"disable": "gnome-extensions disable \"asusctl-gex@asus-linux.org\"",
|
||||
"enable": "gnome-extensions enable \"asusctl-gex@asus-linux.org\"",
|
||||
"install-user": "scripts/install",
|
||||
"install-dev": "scripts/install dev",
|
||||
"uninstall-local": "scripts/uninstall",
|
||||
"zip": "scripts/zipit"
|
||||
"clear": "rm -rf dist",
|
||||
"build:app": "node esbuild.js",
|
||||
"build": "yarn run clear && yarn run build:app",
|
||||
"validate": "tsc --noEmit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"adm-zip": "^0.5.10",
|
||||
"esbuild": "^0.17.19",
|
||||
"typescript": "^5.0.4"
|
||||
},
|
||||
"dependencies": {
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user