fix: proper postinstall

このコミットが含まれているのは:
sinkaroid 2022-06-03 10:24:17 +07:00
コミット 5f330748b6
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: A7DF4E245FDD8159
1個のファイルの変更2行の追加1行の削除

ファイルの表示

@ -10,7 +10,8 @@
"start:prod": "npm run build && node build/index.js",
"lint": "npx eslint . --ext .ts",
"lint:fix": "npx eslint . --fix",
"postinstall": "npm run build"
"tsc": "tsc",
"postinstall": "npm run tsc"
},
"keywords": [],
"author": "sinkaroid",