Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed Nov 19, 2022
1 parent c7865d5 commit 34d6d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"test": "vitest run",
"build": "vite build",
"preview": "vite preview",
"lib": "vue-tsc -p tsconfig.build.json && vite build",
"lib": "vite build && vue-tsc -p tsconfig.build.json",
"lint": "prettier --write \"packages/**/*.{ts,tsx}\" \"__tests__/table.test.tsx\" \"src/*.{ts,tsx,vue}\"",
"lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
"lint:pretty": "pretty-quick --staged",
Expand Down

0 comments on commit 34d6d61

Please sign in to comment.