fix: client auto-imports

This commit is contained in:
wobsoriano
2022-12-20 01:32:59 -08:00
parent 9bf6d57c2c
commit e7d160ee48
7 changed files with 13 additions and 30 deletions

View File

@@ -21,10 +21,11 @@
"*.d.ts"
],
"scripts": {
"prepublishOnly": "pnpm build",
"build": "nuxt-module-build",
"play": "pnpm build && nuxi dev playground",
"build:playground": "nuxi build playground",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:preview": "nuxi preview playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "bumpp --commit --push --tag && npm publish",
@@ -52,7 +53,6 @@
"bumpp": "^8.2.1",
"eslint": "^8.25.0",
"nuxt": "3.0.0",
"trpc-nuxt": "workspace:*",
"zod": "^3.20.2"
},
"eslintConfig": {