Fix various prod bugs

This commit is contained in:
pikiou
2021-11-22 05:58:18 +01:00
parent 581393f78e
commit 003ea65979
5 changed files with 11 additions and 15 deletions

View File

@@ -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",