Skip to content

Commit 1113a2b

Browse files
committed
chore: add script
1 parent 1fee90f commit 1113a2b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"eslint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
1010
"test": "pnpm -r test",
1111
"release": "pnpm -r release && changeset publish",
12-
"build-package": "pnpm --filter vaul-vue build-only"
12+
"build:package": "pnpm --filter vaul-vue build-only",
13+
"build:playground": "pnpm build:package && pnpm --filter playground build"
1314
},
1415
"packageManager": "[email protected]",
1516
"devDependencies": {
@@ -21,4 +22,4 @@
2122
"eslint-plugin-vue": "^9.17.0",
2223
"prettier": "^3.0.3"
2324
}
24-
}
25+
}

0 commit comments

Comments
 (0)