Skip to content

Commit

Permalink
fix(preinstall): correction fix (#610)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Montoya <[email protected]>
  • Loading branch information
Eriold and Daniel Montoya authored Oct 19, 2023
1 parent f929323 commit 8a5fb25
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 101 deletions.
133 changes: 34 additions & 99 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"lint:check": "eslint 'src/**/*.{ts,tsx,mdx}'",
"ts-compile-check": "tsc -p tsconfig.json",
"prepare": "ts-patch install -s && node ./prepare.js",
"preinstall": "npm install --package-lock-only --ignore-scripts && npx npm-force-resolutions",
"deploy": "VITE_REACT_DEPLOY_DOCUMENTATION=DOCUMENTATION vite build"
},
"publishConfig": {
Expand All @@ -57,7 +56,7 @@
"@commitlint/config-conventional": "13.2.0",
"@fontsource/lora": "4.5.13",
"@fontsource/roboto": "4.5.8",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "9.0.1",
"@testing-library/dom": "8.20.1",
"@testing-library/jest-dom": "5.17.0",
Expand Down

0 comments on commit 8a5fb25

Please sign in to comment.