mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 05:46:28 +02:00
Fix various prod bugs
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
"lint": "run-s lint:*",
|
||||
"lint:code": "eslint --fix . --ext .js,.jsx,.ts,.tsx",
|
||||
"lint:type": "tsc",
|
||||
"lint:style": "stylelint --fix \"**/*.{css,ts,tsx}\"",
|
||||
"lint:style": "stylelint --fix \"**/*.{css,scss,sass,ts,tsx}\"",
|
||||
"lint:format": "prettier -w . -u --loglevel silent",
|
||||
"test": "cross-env NODE_ENV=test jest --config ./jest/config.js",
|
||||
"test:watch": "yarn test --watch",
|
||||
@@ -93,7 +93,6 @@
|
||||
"lodash": "^4.17.21",
|
||||
"morgan": "^1.10.0",
|
||||
"normalize.css": "^8.0.1",
|
||||
"os": "^0.1.2",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-helmet": "^6.1.0",
|
||||
|
Reference in New Issue
Block a user