Skip to content

Commit

Permalink
release: 0.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
LonelySnowman committed Oct 16, 2024
1 parent fed8d22 commit d654d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"test:unit": "jest --silent",
"test:coverage": "jest --coverage",
"build:docs": "pnpm run -C docs build",
"build:lib": "pnpm recursive run build && pnpm run -C docs build:lib",
"build:production": "pnpm recursive run build && pnpm run -C docs build:production",
"build:lib": "pnpm recursive run build && pnpm run -C packages/vue3 build:lib",
"build:production": "pnpm recursive run build && pnpm run -C packages/vue3 build:production",
"gen": "node ./scripts/index.js gen",
"clean": "pnpm recursive run clean",
"lint": "eslint",
Expand Down

0 comments on commit d654d06

Please sign in to comment.