Skip to content

Commit

Permalink
add prettier script
Browse files Browse the repository at this point in the history
  • Loading branch information
michealparks committed Jun 3, 2024
1 parent 00cf8a5 commit 7429049
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threlte/test",
"version": "0.0.1",
"version": "0.0.0",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
Expand All @@ -9,6 +9,7 @@
"prepublishOnly": "npm run package",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"prettier": "prettier --check .",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"test": "vitest",
Expand Down

0 comments on commit 7429049

Please sign in to comment.