fix package.json

This commit is contained in:
osamu
2023-11-24 18:50:02 +09:00
parent 19cee66dd3
commit 3ee27232ed
+1 -1
View File
@@ -5,7 +5,7 @@
"main": "./built/index.js",
"types": "./built/index.d.ts",
"scripts": {
"build": "tsc",
"build": "pnpm generate && tsc",
"tsd": "tsd",
"api": "pnpm api-extractor run --local --verbose",
"api-prod": "pnpm api-extractor run --verbose",