remove Alpine and start fixing type errors
This commit is contained in:
parent
46edbbae74
commit
ef552af054
7 changed files with 5 additions and 6779 deletions
|
|
@ -22,7 +22,10 @@
|
|||
"scripts": {
|
||||
"build": "node build.js",
|
||||
"build:prod": "node build.js --minify",
|
||||
"dev": "pnpm typecheck:watch & pnpm watch",
|
||||
"generate-icons": "node generate-icons.js",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"typecheck:watch": "tsc --noEmit --watch --preserveWatchOutput",
|
||||
"watch": "node build.js --watch"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue