Moved scripts to script dir
This commit is contained in:
@@ -1,12 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "CapRover-one-click-apps",
|
"name": "caprover-one-click-apps",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "One Click App Repository for CapRover",
|
"description": "One Click App Repository for CapRover",
|
||||||
"main": "build_and_publish_to_github_pages.js",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node ./build_one_click_apps.js",
|
"build": "node ./scripts/build_one_click_apps.js",
|
||||||
"validate_json": "node ./validate_json.js",
|
"validate_json": "node ./scripts/validate_json.js",
|
||||||
"publish": "npm run build && ./publish-from-actions.sh"
|
"publish": "npm run build && ./scripts/publish-from-actions.sh"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user