diff --git a/greenmask/package.json b/greenmask/package.json index 09b70b36f..04447089d 100644 --- a/greenmask/package.json +++ b/greenmask/package.json @@ -1,9 +1,9 @@ { - "name": "s3-client", - "version": "1.2.0", + "name": "greenmask", + "version": "1.0.0", "packageManager": "yarn@3.5.1", "scripts": { - "build": "docker build -t ${SG_DOCKER_IMAGE:-'socialgouv_docker_psql'} .", + "build": "docker build -t ${SG_DOCKER_IMAGE:-'socialgouv_docker_greenmask'} .", "test": "yarn test:e2e && yarn test:structure", "test:e2e": "$(yarn bin:bats) tests/*", "test:structure": "$(yarn bin:container-structure-test) test --image ${SG_DOCKER_IMAGE:-'socialgouv_docker_psql'} --config tests/container-structure-test.yml -v debug"