Skip to content

Commit 0c330e9

Browse files
chore: cleanup scripts (#3175)
1 parent 5afce61 commit 0c330e9

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

apps/preview/next/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"@storefront-ui/react": "workspace:*",
3131
"@storefront-ui/shared": "workspace:*",
3232
"@storefront-ui/tailwind-config": "workspace:*",
33-
"@storefront-ui/tests-shared": "workspace:*",
3433
"@storefront-ui/tw-plugin-peer-next": "workspace:*",
3534
"@storefront-ui/typography": "workspace:*",
3635
"@tailwindcss/typography": "^0.5.13",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"prepare": "husky",
2222
"build": "yarn update-browserlist-db && yarn generate-icons && yarn build:peer-next && turbo run build",
2323
"dev:docs": "yarn update-browserlist-db && turbo run dev:docs",
24-
"dev": "yarn update-browserlist-db && yarn build:typography && yarn build:peer-next && yarn build:tailwind-config && yarn build:test-utils && yarn build:react && turbo run dev --parallel",
24+
"dev": "yarn update-browserlist-db && yarn build:peer-next && yarn build:nuxt-module && yarn build:react && turbo run dev --parallel",
2525
"dev:shared": "turbo run dev:shared",
2626
"update-browserlist-db": "yarn dlx browserslist@latest",
2727
"lint": "yarn build:typography && yarn build:peer-next && yarn build:tailwind-config && yarn build:vue && turbo run lint",

packages/sfui/shared/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"unpkg": "dist/index.umd.js",
1919
"types": "dist/index.d.ts",
2020
"scripts": {
21-
"dev": "vite build --watch",
2221
"dev:shared": "vite build --watch",
2322
"build:shared": "vite build"
2423
},

yarn.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4533,7 +4533,6 @@ __metadata:
45334533
"@storefront-ui/react": "workspace:*"
45344534
"@storefront-ui/shared": "workspace:*"
45354535
"@storefront-ui/tailwind-config": "workspace:*"
4536-
"@storefront-ui/tests-shared": "workspace:*"
45374536
"@storefront-ui/tw-plugin-peer-next": "workspace:*"
45384537
"@storefront-ui/typography": "workspace:*"
45394538
"@tailwindcss/typography": ^0.5.13

0 commit comments

Comments
 (0)