Skip to content

Commit 59a6c76

Browse files
committed
chore: update scripts
1 parent 8b7f63c commit 59a6c76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/shared/widget-plugin-dropdown-filter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dev": "tsc --watch",
2525
"format": "prettier --write .",
2626
"lint": "eslint src/ package.json",
27-
"prepare": "tsc",
27+
"prepare": "pnpm turbo build",
2828
"test": "jest"
2929
},
3030
"dependencies": {

packages/shared/widget-plugin-filtering/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dev": "tsc --watch",
2929
"format": "prettier --write .",
3030
"lint": "eslint src/ package.json",
31-
"prepare": "tsc",
31+
"prepare": "pnpm turbo build",
3232
"test": "jest"
3333
},
3434
"dependencies": {

0 commit comments

Comments
 (0)