Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/docker/metadata-ac…
Browse files Browse the repository at this point in the history
…tion-5.5.1
  • Loading branch information
mpfeil authored Sep 2, 2024
2 parents 3c0fda5 + 1621069 commit 771c1c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"start": "node src/index.js",
"lint": "eslint --ignore-pattern node_modules --fix \"{src,test,.scripts}/**/*.js\"",
"lint:ci": "eslint --ignore-pattern node_modules \"{test,packages}/**/*.js\"",
"pretest": "docker-compose -f test/docker-compose.yml up -d",
"pretest": "docker compose -f test/docker-compose.yml up -d",
"test": "mocha --exit test/index.js",
"posttest": "docker-compose -f test/docker-compose.yml down -v",
"posttest": "docker compose -f test/docker-compose.yml down -v",
"only-test": "mocha --inspect-brk test/index.js"
},
"devDependencies": {
Expand Down

0 comments on commit 771c1c0

Please sign in to comment.