Skip to content

Commit 3ef1cec

Browse files
committed
✨ build
1 parent 86f7936 commit 3ef1cec

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

.idea/workspace.xml

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"author": "Snowingfox",
77
"main": "index.js",
88
"scripts": {
9-
"build": "rollup -c",
109
"lint": "eslint --cache .",
10+
"core:build": "cd packages/core && npm run build",
1111
"play:build": "cd playground && npm run build",
12-
"play:dev": "cd playground && npm run dev"
12+
"play:dev": "npm run core:build && cd playground && npm run dev"
1313
},
1414
"peerDependencies": {
1515
"vue": "^3.2.0"

0 commit comments

Comments
 (0)