✨ build: use pnpm + shell scripts to build project
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$schema": "https://www.schemastore.org/package.json",
|
||||
"name": "colorshell",
|
||||
"packageManager": "pnpm@10.12.1",
|
||||
"scripts": {
|
||||
"types": "sh ./scripts/types.sh",
|
||||
"dev": "pnpm build && pnpm start",
|
||||
"start": "sh ./scripts/start.sh",
|
||||
"build": "sh ./scripts/build.sh"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ags": "link:../../../../usr/share/ags/js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user