Skip to content

Commit

Permalink
updating and adding new scritps
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaMajmudar committed May 21, 2024
1 parent 6d0196f commit 7f28097
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"build": "vite --mode prod build",
"lint": "eslint src --ext js,ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier --write ."
"lint:fix": "eslint . --ext .tsx --ext .ts --fix --max-warnings 0",
"typecheck": "tsc --pretty --noEmit",
"format:fix": "prettier --write \"**/*.{ts,tsx,json,css}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,css}\""
},
"dependencies": {
"@nivo/core": "^0.83.0",
Expand Down

0 comments on commit 7f28097

Please sign in to comment.