diff --git a/package.json b/package.json index 218df45..e62fcd3 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,6 @@ "scripts": { "build": "vite build", "copy:arcgis": "cpy \"./node_modules/@arcgis/core/assets/**\" ./public/assets", - "cypress:open": "cypress open", - "cypress:run": "npm start:ci & wait-on --delay 1000 -v --timeout 10000 tcp:5173 && cypress run", "dev": "npm start", "format": "prettier . --write", "lint": "eslint .", @@ -55,7 +53,6 @@ } }, "plugins": [ - "cypress", "react", "prettier", "import", @@ -71,10 +68,6 @@ "plugin:jsx-a11y/recommended", "prettier" ], - "globals": { - "Cypress": true, - "cy": true - }, "ignorePatterns": [ "dist/**" ]