|
28 | 28 | "packages/embla-carousel-reactive-utils",
|
29 | 29 | "playgrounds/embla-carousel-playground-vanilla",
|
30 | 30 | "playgrounds/embla-carousel-playground-react",
|
31 |
| - "playgrounds/embla-carousel-playground-solid" |
| 31 | + "playgrounds/embla-carousel-playground-solid", |
| 32 | + "playgrounds/embla-carousel-playground-vue" |
32 | 33 | ],
|
33 | 34 | "scripts": {
|
34 |
| - "eslint:report": "yarn workspaces foreach -v --exclude \"{embla-carousel-monorepo,embla-carousel-playground-vanilla,embla-carousel-playground-react}\" run eslint:report", |
| 35 | + "eslint:report": "yarn workspaces foreach -v --exclude \"{embla-carousel-monorepo,embla-carousel-playground-vanilla,embla-carousel-playground-react,embla-carousel-playground-solid,embla-carousel-playground-vue}\" run eslint:report", |
35 | 36 | "prettier:report": "prettier \"**/*.{js,jsx,tsx,ts,scss,json}\" --check",
|
36 | 37 | "lint": "npm-run-all prettier:report eslint:report",
|
37 | 38 | "format": "prettier \"**/*.{js,jsx,tsx,ts,scss,json}\" --write",
|
38 |
| - "test": "yarn workspaces foreach -v --exclude \"{embla-carousel-monorepo,embla-carousel-playground-vanilla,embla-carousel-playground-react}\" run test", |
| 39 | + "test": "yarn workspaces foreach -v --exclude \"{embla-carousel-monorepo,embla-carousel-playground-vanilla,embla-carousel-playground-react,embla-carousel-playground-solid,embla-carousel-playground-vue}\" run test", |
39 | 40 | "watch:package-vanilla": "yarn workspace embla-carousel run start",
|
40 | 41 | "watch:package-react": "yarn workspace embla-carousel-react run start",
|
41 | 42 | "watch:package-solid": "yarn workspace embla-carousel-solid run start",
|
| 43 | + "watch:package-vue": "yarn workspace embla-carousel-vue run start", |
42 | 44 | "watch:playground-vanilla": "yarn workspace embla-carousel-playground-vanilla run dev",
|
43 | 45 | "watch:playground-react": "yarn workspace embla-carousel-playground-react run dev",
|
44 | 46 | "watch:playground-solid": "yarn workspace embla-carousel-playground-solid run dev",
|
| 47 | + "watch:playground-vue": "yarn workspace embla-carousel-playground-vue run dev", |
45 | 48 | "start": "yarn workspace embla-carousel-docs run start",
|
46 | 49 | "start:vanilla": "npm-run-all --parallel watch:package-vanilla watch:playground-vanilla",
|
47 | 50 | "start:react": "npm-run-all --parallel watch:package-vanilla watch:package-react watch:playground-react",
|
48 | 51 | "start:solid": "npm-run-all --parallel watch:package-vanilla watch:package-solid watch:playground-solid",
|
| 52 | + "start:vue": "npm-run-all --parallel watch:package-vanilla watch:package-vue watch:playground-vue", |
49 | 53 | "build": "npm-run-all build:packages build:package-readmes format",
|
50 |
| - "build:packages": "yarn workspaces foreach -vt --exclude \"{embla-carousel-monorepo,embla-carousel-playground-vanilla,embla-carousel-playground-react}\" run build", |
| 54 | + "build:packages": "yarn workspaces foreach -vt --exclude \"{embla-carousel-monorepo,embla-carousel-playground-vanilla,embla-carousel-playground-react,embla-carousel-playground-solid,embla-carousel-playground-vue}\" run build", |
51 | 55 | "build:package-readmes": "npx ts-node --project scripts/tsconfig.node.json scripts/create-readmes/index.ts --templatePath=scripts/create-readmes/readme-template.md",
|
52 | 56 | "build:docs": "yarn workspace embla-carousel-docs run predeploy",
|
53 | 57 | "version:patch": "yarn workspaces foreach version patch && yarn version:push",
|
|
0 commit comments