Skip to content

Commit

Permalink
chore: change command
Browse files Browse the repository at this point in the history
  • Loading branch information
wattanx committed Apr 30, 2024
1 parent dbf7fc2 commit f99e28c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "1.0.0",
"private": true,
"scripts": {
"build": "pnpm --filter './packages/**' build",
"build": "pnpm --filter './packages/**' prepack",
"build:stub": "pnpm --filter './packages/**' prepack --stub",
"dev": "pnpm build && pnpm docs:dev",
"lint": "pnpm --filter './packages/**' lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
Expand Down
2 changes: 1 addition & 1 deletion packages/converter-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"types": "./dist/index.d.ts",
"scripts": {
"build": "unbuild",
"prepack": "unbuild",
"test": "vitest run",
"test:watch": "vitest",
"format": "prettier --write src"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-composition-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"types": "./dist/index.d.ts",
"scripts": {
"build": "unbuild",
"prepack": "unbuild",
"test": "vitest run",
"test:watch": "vitest",
"format": "prettier --write src"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-mixins-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"types": "./dist/index.d.ts",
"scripts": {
"build": "unbuild",
"prepack": "unbuild",
"test": "vitest run",
"test:watch": "vitest",
"format": "prettier --write src"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-script-setup-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"types": "./dist/index.d.ts",
"scripts": {
"build": "unbuild",
"prepack": "unbuild",
"test": "vitest run",
"test:watch": "vitest"
},
Expand Down

0 comments on commit f99e28c

Please sign in to comment.