Skip to content

Commit

Permalink
build: Remove format command and add lint:fix command (#8485)
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea authored Nov 15, 2023
1 parent f71e714 commit 847e1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
"lint:eslint:fix": "eslint --fix \"src/**/*.{ts,tsx,js,jsx}\"",
"lint:prettier": "prettier --check \"./src/**/*.{md,mdx,ts,tsx,js,jsx}\"",
"lint:prettier:fix": "prettier --write \"./src/**/*.{md,mdx,ts,tsx,js,jsx}\"",
"lint:fix": "yarn run lint:prettier:fix && yarn run lint:eslint:fix",
"start": "yarn run develop",
"format": "prettier --write \"src/**/*.js\"",
"remove-preview-deployments": "ts-node scripts/remove-preview-deployments.ts",
"test": "jest"
},
Expand Down

1 comment on commit 847e1c1

@vercel
Copy link

@vercel vercel bot commented on 847e1c1 Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs.sentry.dev
sentry-docs-git-master.sentry.dev
docs.sentry.io

Please sign in to comment.