Skip to content

Commit

Permalink
Try and fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flevi29 committed Jan 21, 2025
1 parent 011d1cc commit 19f8472
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions playgrounds/autocomplete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"version": "0.0.0",
"private": true,
"description": "Javascript playground for autocomplete",
"type": "module",
"scripts": {
"predev": "node setup.js",
"predev": "node setup.mjs",
"dev": "vite",
"setup": "node setup.js",
"setup": "node setup.mjs",
"lint": "eslint --ext .jsx,.js .",
"lint:fix": "eslint --ext .jsx,.js --fix .",
"test:e2e": "concurrently --kill-others -s first \"yarn dev\" \"cypress run --env playground=local\"",
Expand Down
File renamed without changes.
5 changes: 2 additions & 3 deletions playgrounds/local-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"version": "0.0.0",
"private": true,
"description": "React playground for instant-meilisearch",
"type": "module",
"scripts": {
"predev": "node setup.js",
"predev": "node setup.mjs",
"dev": "vite",
"setup": "node setup.js",
"setup": "node setup.mjs",
"lint": "eslint --ext .jsx,.js .",
"lint:fix": "eslint --ext .jsx,.js --fix .",
"test:e2e": "concurrently --kill-others -s first \"yarn dev\" \"cypress run --env playground=local\"",
Expand Down
File renamed without changes.

0 comments on commit 19f8472

Please sign in to comment.