Christopher Vagnetoft
8cc1eac7a4
* Implemented ScriptRunner with environment expansion and cleaner code. * Added ApiClient plugin (com.noccy.apiclient) * Renamed CHANGELOG.md to VERSIONS.md * Shuffled buildtools * Added first unittests
19 lines
263 B
JSON
19 lines
263 B
JSON
{
|
|
"preload": [
|
|
".spark/plugins/*",
|
|
".spark/local/*"
|
|
],
|
|
"scripts": {
|
|
"version": [
|
|
".spark/build/update-version.sh"
|
|
],
|
|
"package": [
|
|
".spark/build/package.sh"
|
|
],
|
|
"build": [
|
|
"@version",
|
|
"@package"
|
|
]
|
|
}
|
|
}
|