Skip to content

Commit

Permalink
fix svelte linting
Browse files Browse the repository at this point in the history
  • Loading branch information
giannif committed Oct 31, 2024
1 parent 5e92104 commit 6057245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/svelte-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"preview": "vite preview",
"package": "svelte-kit sync && svelte-package && publint",
"prepublishOnly": "npm run package",
"lint": "run -T eslint . --ext .ts,.tsx,.svelte",
"test": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"lint": "yarn build && run -T eslint . --ext .ts,.tsx,.svelte",
"test": "yarn build && svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"description": "GIPHY components for Svelte",
Expand Down

0 comments on commit 6057245

Please sign in to comment.