merge scripts

This commit is contained in:
Ryan Cao 2022-08-24 20:11:22 +08:00
parent 01ce9ad000
commit 6785418c3c
No known key found for this signature in database
GPG key ID: 528A2C1B6656B97F
3 changed files with 7 additions and 11 deletions

View file

@ -5,6 +5,7 @@
"scripts": {
"dev": "NODE_ENV=development tsx watch src/index.ts",
"start": "tsx src/index.ts",
"reupload": "tsx src/_reupload.ts",
"lint": "tsc --noEmit && eslint **/*.ts"
},
"dependencies": {