-
- Downloads
update git url
parent
f6f9929b
No related branches found
No related tags found
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
"description": "", | "description": "", | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "https://forge.grandlyon.com/web-et-numerique/llle_project/grdf-adict-konnector.git" | "url": "https://forge.grandlyon.com/web-et-numerique/llle_project/grdf-konnector.git" | ||
}, | }, | ||
"keywords": [], | "keywords": [], | ||
"author": "Grand Lyon", | "author": "Grand Lyon", | ||
... | @@ -32,7 +32,7 @@ | ... | @@ -32,7 +32,7 @@ |
"clean": "rm -rf ./data", | "clean": "rm -rf ./data", | ||
"build": "webpack", | "build": "webpack", | ||
"lint": "eslint --fix .", | "lint": "eslint --fix .", | ||
"deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build} --repo=${DEPLOY_REPOSITORY:-https://forge.grandlyon.com/web-et-numerique/llle_project/grdf-adict-konnector.git}", | "deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build} --repo=${DEPLOY_REPOSITORY:-https://forge.grandlyon.com/web-et-numerique/llle_project/grdf-konnector.git}", | ||
"cozyPublish": "cozy-app-publish --token $REGISTRY_TOKEN --build-commit $(git rev-parse ${DEPLOY_BRANCH:-build})", | "cozyPublish": "cozy-app-publish --token $REGISTRY_TOKEN --build-commit $(git rev-parse ${DEPLOY_BRANCH:-build})", | ||
"travisDeployKey": "./bin/generate_travis_deploy_key" | "travisDeployKey": "./bin/generate_travis_deploy_key" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment