Skip to content

Commit

Permalink
chore: added dev command for launch both watcha nd playground
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Nov 24, 2024
1 parent 6edad3b commit c77569f
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 4 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
"docs:dev": "cd ./docs && pnpm dev && cd -",
"postinstall": "husky install",
"release": "./scripts/release.sh",
"play:dev": "cd ./packages/playground && pnpm dev && cd -",
"dev": "tsx scripts/watch.ts",
"playground:dev": "cd ./packages/playground && pnpm dev && cd -",
"build:watch": "tsx scripts/watch.ts",
"dev": "concurrently \"pnpm build:watch\" \"pnpm playground:dev\"",
"prepare": "husky",
"ci:publish": "pnpm build && pnpm publish --provenance --access public -r",
"ci:version": "pnpm changeset version && cp ./packages/core/CHANGELOG.md ./CHANGELOG.md",
Expand All @@ -42,6 +43,7 @@
"@vitest/coverage-v8": "^2.1.5",
"@vitest/ui": "^2.1.5",
"@vue/compiler-dom": "^3.5.13",
"concurrently": "^9.1.0",
"consola": "^3.2.3",
"eslint": "9.15.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
52 changes: 50 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c77569f

Please sign in to comment.