update git url
... | ... | @@ -4,7 +4,7 @@ |
"description": "", | ||
"repository": { | ||
"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": [], | ||
"author": "Grand Lyon", | ||
... | ... | @@ -32,7 +32,7 @@ |
"clean": "rm -rf ./data", | ||
"build": "webpack", | ||
"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})", | ||
"travisDeployKey": "./bin/generate_travis_deploy_key" | ||
}, | ||
... | ... |
Please register or sign in to comment