Skip to content

Commit

Permalink
fix: greenmask
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed May 31, 2024
1 parent 56f9296 commit ca9b352
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions greenmask/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit ca9b352

Please # to comment.