Add source
This commit is contained in:
29
cross.json
Normal file
29
cross.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"$schema": "https:\/\/crosslang.tesseslanguage.com\/\/schema\/cross-json-schema.json",
|
||||
"info": {
|
||||
"short_name": "changeme",
|
||||
"short_name_pretty": "Change Me",
|
||||
"type": "webapp"
|
||||
},
|
||||
"name": "tytd-submission-box",
|
||||
"prebuild": [
|
||||
{
|
||||
"commands": [
|
||||
[
|
||||
"npm",
|
||||
"install"
|
||||
],
|
||||
[
|
||||
"npm",
|
||||
"run",
|
||||
"publish"
|
||||
]
|
||||
],
|
||||
"res": [
|
||||
"npm\/dist"
|
||||
],
|
||||
"workdir": "npm"
|
||||
}
|
||||
],
|
||||
"version": "1.0.0.0-prod"
|
||||
}
|
||||
Reference in New Issue
Block a user