Skip to content

Commit

Permalink
revoke
Browse files Browse the repository at this point in the history
  • Loading branch information
xsalonx committed Apr 24, 2024
1 parent a8f3472 commit 1062711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"sequelize": "sequelize-cli",
"start:dev": "nodemon --ignore 'lib/public/**/*.js' lib/main.js",
"start:prod": "node lib/main.js",
"test": "mocha --exit --timeout 0 --grep 'LhcPeriods Overview Page should'",
"test": "mocha --exit --timeout 0",
"docker-run": "docker compose -f docker-compose.yml -f docker-compose.dev.yml up --build",
"docker-test": "docker compose -p test -f docker-compose.yml -f docker-compose.test.yml up --build --abort-on-container-exit",
"docker-update": "node scripts/update-dockerfile.js"
Expand Down

0 comments on commit 1062711

Please sign in to comment.