Skip to content

Commit

Permalink
chore: replace dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Feb 23, 2024
1 parent b05b7d8 commit 87c1d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"build": "pnpm run build:core && pnpm run build:runtime",
"build:core": "tsup",
"build:runtime": "tsup --config tsup-runtime.config.ts",
"dev": "tsup --watch src",
"dev": "pnpm run test",
"docs": "vitepress dev docs",
"docs:build": "vitepress build docs",
"lint": "prettier -c '{src,examples,playground}/**/*.{ts,vue}'",
Expand Down

0 comments on commit 87c1d88

Please sign in to comment.