fix build

This commit is contained in:
Bastian Ike
2023-04-14 16:44:22 +02:00
committed by Bastian
parent 9625510467
commit 24a295cb8d
4 changed files with 8 additions and 10 deletions

View File

@@ -15,8 +15,8 @@
},
"scripts": {
"prepare": "husky install && npm run build:scripts",
"start": "cross-env GENERATE_SOURCEMAP=false react-scripts start",
"build": "cross-env GENERATE_SOURCEMAP=false react-scripts build",
"start": "npx cross-env GENERATE_SOURCEMAP=false react-scripts start",
"build": "npx cross-env GENERATE_SOURCEMAP=false react-scripts build",
"build:scripts": "tsc --project tsconfig.scripts.json",
"test": "react-scripts test --watchAll=false",
"ts:check": "tsc --noEmit",
@@ -36,6 +36,7 @@
"@types/sanitize-html": "2.9.0",
"@types/walk": "2.3.1",
"classnames": "2.3.2",
"cross-env": "7.0.3",
"d3": "7.8.4",
"front-matter": "4.0.2",
"fs-extra": "11.1.1",
@@ -64,7 +65,6 @@
"@types/marked": "4.0.8",
"@types/node": "18.15.11",
"@typescript-eslint/parser": "5.58.0",
"cross-env": "7.0.3",
"eslint": "8.38.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-react-app": "7.0.1",