Skip to content

Commit 86f7936

Browse files
committed
✨ support playground build
1 parent 01b4707 commit 86f7936

File tree

2 files changed

+13
-37
lines changed

2 files changed

+13
-37
lines changed

.idea/workspace.xml

Lines changed: 10 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"main": "index.js",
88
"scripts": {
99
"build": "rollup -c",
10-
"lint": "eslint --cache ."
10+
"lint": "eslint --cache .",
11+
"play:build": "cd playground && npm run build",
12+
"play:dev": "cd playground && npm run dev"
1113
},
1214
"peerDependencies": {
1315
"vue": "^3.2.0"

0 commit comments

Comments
 (0)