mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:01:09 +02:00
fixes
This commit is contained in:
parent
e9caa4a217
commit
843cf1e678
36 changed files with 400 additions and 55 deletions
|
|
@ -10,7 +10,6 @@
|
|||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"type-check": "astro check",
|
||||
"lint": "prettier --check . && eslint .",
|
||||
"format": "prettier --write .",
|
||||
"clean": "rm -rf dist .astro node_modules"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -11,8 +11,7 @@
|
|||
"./constants": "./src/constants/index.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"type-check": "tsc --noEmit",
|
||||
"lint": "eslint src"
|
||||
"type-check": "tsc --noEmit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "~5.9.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue