File tree Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 30
30
"@storefront-ui/react" : " workspace:*" ,
31
31
"@storefront-ui/shared" : " workspace:*" ,
32
32
"@storefront-ui/tailwind-config" : " workspace:*" ,
33
- "@storefront-ui/tests-shared" : " workspace:*" ,
34
33
"@storefront-ui/tw-plugin-peer-next" : " workspace:*" ,
35
34
"@storefront-ui/typography" : " workspace:*" ,
36
35
"@tailwindcss/typography" : " ^0.5.13" ,
Original file line number Diff line number Diff line change 21
21
"prepare" : " husky" ,
22
22
"build" : " yarn update-browserlist-db && yarn generate-icons && yarn build:peer-next && turbo run build" ,
23
23
"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" ,
25
25
"dev:shared" : " turbo run dev:shared" ,
26
26
"update-browserlist-db" : " yarn dlx browserslist@latest" ,
27
27
"lint" : " yarn build:typography && yarn build:peer-next && yarn build:tailwind-config && yarn build:vue && turbo run lint" ,
Original file line number Diff line number Diff line change 18
18
"unpkg" : " dist/index.umd.js" ,
19
19
"types" : " dist/index.d.ts" ,
20
20
"scripts" : {
21
- "dev" : " vite build --watch" ,
22
21
"dev:shared" : " vite build --watch" ,
23
22
"build:shared" : " vite build"
24
23
},
Original file line number Diff line number Diff line change @@ -4533,7 +4533,6 @@ __metadata:
4533
4533
"@storefront-ui/react": "workspace:*"
4534
4534
"@storefront-ui/shared": "workspace:*"
4535
4535
"@storefront-ui/tailwind-config": "workspace:*"
4536
- "@storefront-ui/tests-shared": "workspace:*"
4537
4536
"@storefront-ui/tw-plugin-peer-next": "workspace:*"
4538
4537
"@storefront-ui/typography": "workspace:*"
4539
4538
"@tailwindcss/typography": ^0.5.13
You can’t perform that action at this time.
0 commit comments