diff --git a/package.json b/package.json index d7b54530..28db7439 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "cy:run": "cypress run --env TAGS=\"not @skip\" --headless --browser chrome", "test:e2e": "start-server-and-test build:serve http://localhost:8080 cy:open", "test:e2e:ci": "start-server-and-test serve:dist http://localhost:8080 cy:run", - "test": "echo 'all right'", + "test": "npm run test:e2e:ci", "test:unit": "vue-cli-service test:unit", "lint": "eslint src tests --ext .ts,.tsx,.vue", "lint:fix": "npm run lint -- --fix",