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 23fd935 commit a32acc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test:coverage": "jest --coverage",
"build:docs": "pnpm run -C docs build",
"build:lib": "pnpm recursive run build",
"build:ci": "pnpm recursive run build --filter='!packages/vue3' && pnpm run -C packages/vue3 build:ci",
"build:ci": "pnpm recursive run build --declaration",
"gen": "node ./scripts/index.js gen",
"clean": "pnpm recursive run clean",
"lint": "eslint",
Expand Down
1 change: 0 additions & 1 deletion packages/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
],
"scripts": {
"build": "snow-tools run build --mode vue",
"build:ci": "snow-tools run build --mode vue --declaration",
"clean": "rimraf lib dist node_modules",
"version:patch": "npm version patch --no-git-tag-version",
"version:minor": "npm version minor --no-git-tag-version",
Expand Down

0 comments on commit a32acc3

Please sign in to comment.