diff --git a/README.md b/README.md index b972540..df7e28e 100644 --- a/README.md +++ b/README.md @@ -61,5 +61,5 @@ npm run dev Then in a new terminal run the tests: ```bash -npx cypress run +npm run test ``` diff --git a/package-lock.json b/package-lock.json index 1897644..1bb01a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3,7 +3,6 @@ "version": "0.0.0", "lockfileVersion": 3, "requires": true, - "test": "cypress run --browser chrome", "packages": { "": { "name": "molloyexplorer", diff --git a/package.json b/package.json index 8540e47..2d81034 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "build": "vite build", "preview": "vite preview", "format": "prettier --write .", - "format:check": "prettier --check ." + "format:check": "prettier --check .", + "test": "cypress run --browser chrome" }, "dependencies": { "cors": "^2.8.5",