Skip to content

Commit

Permalink
less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Aug 14, 2023
1 parent b14bc2a commit eb84ea9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion starsky/starsky/clientapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"lint:fix": "eslint --fix . --ext ts,tsx --report-unused-disable-directives --max-warnings 800",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'",
"test": "jest --watch",
"test:ci": "jest --ci --coverage",
"test:ci": "jest --ci --coverage --silent",
"test:ci:debug": "jest --ci --coverage",
"preview": "vite preview"
},
"dependencies": {
Expand Down

0 comments on commit eb84ea9

Please sign in to comment.