Skip to content

Commit 49791f0

Browse files
committed
💚 Set commands on root level
1 parent 6081950 commit 49791f0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

‎.prettierignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
dist
2+
node_modules
3+
.npmrc
4+
5+
coverage
6+
7+
pnpm-lock.yaml

‎package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,11 @@
1313
"svelte-eslint-parser": "^1.2.0",
1414
"typescript-eslint": "^8.31.0"
1515
},
16-
"packageManager": "[email protected]+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
16+
"packageManager": "[email protected]+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac",
17+
"scripts": {
18+
"build": "pnpm -r build",
19+
"format": "pnpm -r format",
20+
"lint": "pnpm -r lint",
21+
"test": "pnpm -r test"
22+
}
1723
}

0 commit comments

Comments
 (0)