Skip to content

Commit

Permalink
ci: remove package.json prepare (#4388)
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding authored Oct 19, 2024
1 parent 457a95e commit 8bfcdb7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
3 changes: 0 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
[build]
ignore = "./scripts/netlify.sh"
command = "npm run build"
[context.branch-deploy.environment]
# Set so that branch deploys (version-x.legacy.docs.spectrocloud.com) contain sitemap.xml
NODE_ENV = "production"

14 changes: 5 additions & 9 deletions package-lock.json

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

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"lint": "eslint . --ext .js,.ts,.jsx,.tsx",
"lint:fix": "npm run lint -- --fix",
"format": "prettier --write \"**/*.{js,jsx,json,ts,tsx,md,mdx,css}\"",
"format-check": "prettier . --check",
"prepare": "husky install"
"format-check": "prettier . --check"
},
"lint-staged": {
"**/*.{js,jsx,json,ts,tsx,md,mdx,css}": "npm run format"
Expand All @@ -48,6 +47,7 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/react": "^3.0.1",
"antd": "^5.6.2",
"axios-retry": "^4.5.0",
"babel-plugin-macros": "^3.1.0",
"clsx": "^1.2.1",
"docusaurus-plugin-image-zoom": "^2.0.0",
Expand All @@ -56,6 +56,7 @@
"fuse.js": "^6.6.2",
"markdown-to-jsx": "^7.0.0",
"node-fetch": "^3.1.0",
"p-ratelimit": "^1.0.1",
"prism-react-renderer": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.3.1",
Expand All @@ -80,7 +81,6 @@
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"axios-retry": "^4.5.0",
"babel-jest": "^29.6.2",
"dotenv": "^16.3.1",
"eslint": "^8.45.0",
Expand All @@ -104,7 +104,6 @@
"semantic-release": "^24.1.0",
"test-links": "^0.0.1",
"ts-jest": "^29.1.4",
"p-ratelimit": "^1.0.1",
"typescript": "^5.1.6",
"typescript-plugin-css-modules": "^5.1.0",
"webpconvert": "^3.0.1"
Expand Down

0 comments on commit 8bfcdb7

Please sign in to comment.