updated
This commit is contained in:
parent
5f100c89ac
commit
a69b7ab3e3
|
|
@ -1,4 +1,4 @@
|
|||
name: Publish One Click Apps
|
||||
name: Validate One Click Apps
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"main": "build_and_publish_to_github_pages.js",
|
||||
"scripts": {
|
||||
"build": "node ./build_one_click_apps.js",
|
||||
"validate_json": "node./validate_json.js",
|
||||
"validate_json": "node ./validate_json.js",
|
||||
"publish": "npm run build && ./publish-from-actions.sh"
|
||||
},
|
||||
"repository": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue