Skip to content

Commit

Permalink
fix: dev3 script
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Jun 8, 2023
1 parent 50d4feb commit 9445140
Show file tree
Hide file tree
Showing 2 changed files with 563 additions and 5 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
"dist"
],
"scripts": {
"dev3": "nr -C=playgrounds/vue3 dev & nr u --watch",
"dev2": "nr -C=playgrounds/vue2.7 dev",
"dev3": "run-p dev:*",
"dev:3": "nr -C=playgrounds/vue3 dev",
"dev:u": "nr u --watch",
"preview:dev3": "nr build:preview && ni -C=playgrounds/vue3 --force && nr -C=playgrounds/vue3 build && nr -C=playgrounds/vue3 preview",
"preview:dev2": "nr build:preview && ni -C=playgrounds/vue2.7 --force && nr -C=playgrounds/vue2.7 build && nr -C=playgrounds/vue2.7 preview",
"u": "unocss src/index.ts -o=dist/index.css",
Expand Down Expand Up @@ -66,6 +67,7 @@
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.42.0",
"execa": "^7.1.1",
"npm-run-all": "^4.1.5",
"unbuild": "^1.2.1",
"vue": "^3.3.4"
}
Expand Down
Loading

0 comments on commit 9445140

Please sign in to comment.