📦 build(package): add build:release script
This commit is contained in:
+3
-1
@@ -1,13 +1,15 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://www.schemastore.org/package.json",
|
"$schema": "https://www.schemastore.org/package.json",
|
||||||
"name": "colorshell",
|
"name": "colorshell",
|
||||||
|
"version": "1.1.0",
|
||||||
"packageManager": "pnpm@10.12.1",
|
"packageManager": "pnpm@10.12.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"types": "sh ./scripts/types.sh",
|
"types": "sh ./scripts/types.sh",
|
||||||
"dev": "sh ./scripts/build.sh -d && sh ./scripts/start.sh",
|
"dev": "sh ./scripts/build.sh -d && sh ./scripts/start.sh",
|
||||||
"start": "sh ./scripts/start.sh",
|
"start": "sh ./scripts/start.sh",
|
||||||
"build": "sh ./scripts/build.sh",
|
"build": "sh ./scripts/build.sh",
|
||||||
"sync-config": "sh scripts/update-repo.sh"
|
"build:release": "sh ./scripts/release.sh",
|
||||||
|
"sync-config": "sh ./scripts/update-repo.sh"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ags": "link:../../../../usr/share/ags/js"
|
"ags": "link:../../../../usr/share/ags/js"
|
||||||
|
|||||||
Reference in New Issue
Block a user