Skip to content

Commit

Permalink
chore(conditional-formatting): fix prepare script (#1746)
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai committed Mar 30, 2024
1 parent 009b5b4 commit e87d337
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
3 changes: 1 addition & 2 deletions packages/sheets-conditional-formatting-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-conditional-formatting-ui",
"version": "0.1.4",
"version": "0.1.5",
"private": false,
"description": "Conditional formatting plugin for Univer Sheets",
"author": "DreamNum <developer@univer.ai>",
Expand Down Expand Up @@ -106,7 +106,6 @@
"less": "^4.2.0",
"react": "^18.2.0",
"rxjs": "^7.8.1",
"sharp": "^0.33.3",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"vitest": "^1.4.0"
Expand Down
5 changes: 1 addition & 4 deletions packages/sheets-conditional-formatting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"npm": ">=8.0.0"
},
"scripts": {
"postinstall": "node ./scripts/build-icons",
"prepare": "node ./scripts/build-icons",
"test": "vitest run",
"test:watch": "vitest",
"coverage": "vitest run --coverage",
Expand All @@ -82,9 +82,6 @@
"@univerjs/shared": "workspace:*",
"@univerjs/sheets": "workspace:*",
"@wendellhu/redi": "^0.13.0",
"clsx": "^2.1.0",
"less": "^4.2.0",
"react": "^18.2.0",
"rxjs": "^7.8.1",
"sharp": "^0.33.3",
"typescript": "^5.4.3",
Expand Down
14 changes: 1 addition & 13 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 e87d337

Please sign in to comment.