Skip to content

Commit

Permalink
workflow: dev-sfc script
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jul 6, 2021
1 parent d12206d commit b68dfbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"release": "node scripts/release.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"dev-compiler": "npm-run-all --parallel \"dev template-explorer\" serve",
"dev-sfc": "npm-run-all --parallel \"dev compiler-sfc -f esm-browser\" \"dev runtime-core -f esm-bundler\" serve-sfc-playground",
"serve-sfc-playground": "vite packages/sfc-playground",
"serve": "serve",
"open": "open http://localhost:5000/packages/template-explorer/local.html",
"preinstall": "node ./scripts/checkYarn.js",
Expand Down

0 comments on commit b68dfbb

Please sign in to comment.