Skip to content

Commit

Permalink
removed netlify refs (#3012)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsawali committed Jul 17, 2024
1 parent 6d0715c commit 0771a97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion package-lock.json

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

5 changes: 1 addition & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"typecheck": "tsc",
"delete-index": "node ./scripts/delete-index.js",
"netlify:preview": "netlify deploy --json --alias=$(git rev-parse --short HEAD) --message \"Deployment for $(git branch --show-current)\"",
"netlify:publish": "netlify deploy --json --prod --message \"Deployment for $(git branch --show-current)\""
"delete-index": "node ./scripts/delete-index.js"
},
"dependencies": {
"@docusaurus/core": "2.4.3",
Expand Down Expand Up @@ -72,7 +70,6 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.3",
"@tsconfig/docusaurus": "^2.0.2",
"netlify-cli": "^17.22.0",
"typescript": "^5.2.2"
},
"browserslist": {
Expand Down

0 comments on commit 0771a97

Please sign in to comment.