Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Apr 4, 2024
1 parent 655ebbc commit 338a5f6
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 @@ -13,8 +13,8 @@
"fix": "eslint client --ext=jsx --ext=js --ext=tsx --ext=ts --ext=spec --fix",
"hint": "eslint client --ext=jsx --ext=js --ext=tsx --ext=ts --ext=spec",
"lint": "eslint client --ext=jsx --ext=js --ext=tsx --ext=ts --ext=spec --quiet",
"unit_test": "node --max-old-space-size=8192 ./node_modules/.bin/karma start karma.conf.js --log-level debug --display-error-details --single-run",
"karma": "node --max-old-space-size=8192 ./node_modules/.bin/karma start karma.conf.js",
"unit_test": "karma start karma.conf.js --log-level debug --display-error-details --single-run",
"karma": "karma start karma.conf.js",
"test": "npm run hint && npm run unit_test",
"debug_unit_test": "karma start karma.conf.js --browsers=Chrome"
},
Expand Down

0 comments on commit 338a5f6

Please sign in to comment.