Skip to content

Commit

Permalink
Remove npm script debug:container
Browse files Browse the repository at this point in the history
  • Loading branch information
dyedwiper committed Dec 2, 2024
1 parent c444e18 commit 71b5496
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"scripts": {
"start": "node src",
"debug": "node --watch --inspect=4949 src",
"debug:container": "node --watch --inspect=0.0.0.0:4949 src",
"linter": "eslint src",
"test": "cross-env NODE_ENV=test DB_HOST=localhost DB_USERNAME=node DB_PASSWORD=node DB_DATABASE=schulcloud_calendar_test mocha --exit --t 10000 './test/**/*.test.js'",
"test:integration": "cross-env NODE_ENV=test DB_HOST=localhost DB_USERNAME=node DB_PASSWORD=node DB_DATABASE=schulcloud_calendar_test mocha --exit --t 10000 './test/**/*.integration.test.js'",
Expand Down

0 comments on commit 71b5496

Please sign in to comment.