Skip to content

Commit 8a2391b

Browse files
Added pinia package and added play script
1 parent b97fdac commit 8a2391b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"scripts": {
1010
"dev": "vite",
1111
"watch": "pnpm dev",
12+
"play": "sh src/playground/configs/build.sh && vite",
1213
"bundle": "rollup -c --bundleConfigAsCjs",
1314
"build": "vite build",
1415
"predeploy": "npm run build",
@@ -104,6 +105,7 @@
104105
"gh-pages": "^5.0.0",
105106
"husky": "^8.0.3",
106107
"lint-staged": "^13.1.2",
108+
"pinia": "^2.0.34",
107109
"postcss": "^8.4.21",
108110
"postcss-html": "^1.5.0",
109111
"postcss-scss": "^4.0.6",

0 commit comments

Comments
 (0)