Skip to content
Snippets Groups Projects
Commit 21b755e6 authored by Yoan VALLET's avatar Yoan VALLET
Browse files

add deploy-test script

parent 4d86540e
No related branches found
No related tags found
1 merge request!239Fix/duel end
......@@ -16,6 +16,7 @@
"start:cs": "cs start --hot --browser --no-stack ",
"deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build} --repo=${DEPLOY_REPOSITORY:-https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo.git}",
"deploy-dev": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build-dev} --repo=${DEPLOY_REPOSITORY:-https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo.git}",
"deploy-test": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build-test} --repo=${DEPLOY_REPOSITORY:-https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo.git}",
"test": "cs test --verbose --coverage",
"cozyPublish": "git fetch origin ${DEPLOY_BRANCH:-build}:${DEPLOY_BRANCH:-build} && cs publish --token $REGISTRY_TOKEN --build-commit $(git rev-parse ${DEPLOY_BRANCH:-build})",
"build:css": "node-sass -c ./src/styles -o src/styles",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment