build: use pnpm + shell scripts to build project

This commit is contained in:
retrozinndev
2025-08-06 16:38:39 -03:00
parent 0e3a00e31a
commit e8e42f7786
8 changed files with 49 additions and 19 deletions
-5
View File
@@ -1,5 +0,0 @@
node_modules/
@girs/
build/
pnpm-lock.yaml
-14
View File
@@ -1,14 +0,0 @@
{
"$schema": "https://www.schemastore.org/package.json",
"name": "colorshell",
"packageManager": "pnpm@10.12.1",
"scripts": {
"start": "ags run",
"restart": "ags request reload",
"stop": "ags quit",
"bundle": "ags bundle"
},
"dependencies": {
"ags": "link:../../.local/share/pnpm/global/5/node_modules/ags"
}
}
-2
View File
@@ -1,2 +0,0 @@
overrides:
ags: link:../../../../usr/share/ags/js