diff --git a/packages/vue-apollo/package.json b/packages/vue-apollo/package.json index 422c5ac..6ece885 100644 --- a/packages/vue-apollo/package.json +++ b/packages/vue-apollo/package.json @@ -13,7 +13,7 @@ "build:umd": "rollup --config build/rollup.config.umd.js", "prepublishOnly": "yarn test && yarn build", "dev": "nodemon --exec 'yarn build:es && yarn build:umd' --watch src --watch lib", - "test": "yarn build && yarn test:eslint && yarn test:types && yarn test:e2e && yarn test:ssr && yarn run test:unit", + "test": "yarn build && yarn test:eslint && yarn test:types && yarn run test:unit", "test:eslint": "eslint --ext .js {src,ssr,lib,build}/**/*.js", "test:types": "tsc -p types/test", "test:unit": "yarn run jest"