|
10 | 10 | "build:clean": "lerna run build:clean", |
11 | 11 | "build:types": "lerna run build:types", |
12 | 12 | "build": "lerna run build", |
13 | | - "cy:clean": "rm -rf cypress/screenshots", |
14 | | - "cy:info": "cypress info", |
15 | | - "cy:run:chrome": "yarn run cy:run --browser chrome", |
16 | | - "cy:run:edge": "yarn run cy:run --browser edge", |
17 | | - "cy:run:firefox": "yarn run cy:run --browser firefox", |
18 | | - "cy:run": "start-server-and-test 'yarn workspace typesense-docsearch-docusaurus-adapter build && yarn website:test' http://localhost:3000 'cypress run --headless'", |
19 | | - "cy:verify": "cypress verify", |
20 | 13 | "lint:css": "stylelint **/src/**/*.css", |
21 | 14 | "lint": "eslint .", |
22 | 15 | "playground:build": "yarn workspace @docsearch/react-example build", |
|
28 | 21 | "test:size": "bundlesize", |
29 | 22 | "test:types": "tsc --noEmit", |
30 | 23 | "test": "vitest", |
31 | | - "watch": "lerna run watch --parallel", |
32 | | - "website:build": "yarn workspace @docsearch/website build", |
33 | | - "website:start": "yarn workspace @docsearch/website start --host 0.0.0.0", |
34 | | - "website:serve": "yarn workspace @docsearch/website serve --host 0.0.0.0", |
35 | | - "website:test": "yarn workspace @docsearch/website start --no-open" |
| 24 | + "watch": "lerna run watch --parallel" |
36 | 25 | }, |
37 | 26 | "devDependencies": { |
38 | 27 | "@babel/plugin-transform-react-jsx": "7.25.9", |
|
54 | 43 | "babel-plugin-module-resolver": "5.0.2", |
55 | 44 | "bundlesize2": "0.0.32", |
56 | 45 | "cssnano": "7.0.6", |
57 | | - "cypress": "13.17.0", |
58 | 46 | "eslint": "8.57.1", |
59 | 47 | "eslint-config-algolia": "23.2.1", |
60 | 48 | "eslint-config-prettier": "10.0.1", |
61 | | - "eslint-plugin-cypress": "4.1.0", |
62 | 49 | "eslint-plugin-import": "2.31.0", |
63 | 50 | "eslint-plugin-jsdoc": "50.6.2", |
64 | 51 | "eslint-plugin-jsx-a11y": "6.10.2", |
|
75 | 62 | "rollup": "4.31.0", |
76 | 63 | "rollup-plugin-filesize": "10.0.0", |
77 | 64 | "shipjs": "0.27.0", |
78 | | - "start-server-and-test": "2.0.10", |
79 | 65 | "stylelint": "16.13.2", |
80 | 66 | "stylelint-config-sass-guidelines": "12.1.0", |
81 | 67 | "stylelint-config-standard": "36.0.1", |
|
0 commit comments