Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into vin/1760/budget_und…
Browse files Browse the repository at this point in the history
…efined
  • Loading branch information
vinaybadgujar102 committed May 23, 2024
2 parents ba52777 + 0dee01a commit f87475b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"preview": "vite preview",
"test": "jest --verbose ./src/__tests__",
"cypresstest": "cypress run",
"lint": "eslint .",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint-fix": "eslint ./ --fix",
"format": "prettier --write .",
"format-all": "prettier --write .",
Expand Down
2 changes: 2 additions & 0 deletions src/react-app-env.t.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// <reference types="react-scripts" />
declare module "*.mp3";

0 comments on commit f87475b

Please sign in to comment.