Added build and package scripts

This commit is contained in:
2021-12-09 01:11:38 +01:00
parent eefe53a438
commit 8c6f7c1e93
5 changed files with 56 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"preload": [
".spark/plugins/*"
],
"scripts": {
"build": [
".spark/update-version.sh",
".spark/package.sh"
]
}
}