init
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s Details

This commit is contained in:
AaronHux 2024-05-25 15:47:35 +08:00
parent 5b3ae9d1ae
commit 28a53bed1b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"postinstall": "nuxt prepare && sh ./install.sh",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},