From 01333199f7f8a6b3c731a0a9ce6a5569b9b1c6a3 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Thu, 26 Jul 2018 17:38:51 +0200 Subject: [PATCH] test: fix CI artifacts --- .circleci/config.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 28cbeb5cc..7ce27ab85 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,6 +29,6 @@ jobs: - run: yarn test - store_artifacts: - path: packages/@vue/cli-ui/tests/e2e/videos + path: cypress/videos - store_artifacts: - path: packages/@vue/cli-ui/tests/e2e/screenshots + path: cypress/screenshots diff --git a/package.json b/package.json index 148c49789..14fb924f0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "dev": "cross-env PORT=8100 npm run dev:shell", - "dev:shell": "cd shells/dev && webpack-dev-server --inline --hot --progress", + "dev:shell": "cd shells/dev && webpack-dev-server --inline --hot --no-info", "dev:chrome": "cd shells/chrome && webpack --watch --hide-modules", "lint": "eslint src --ext=js,vue && eslint shells/chrome/src && eslint shells/dev/src && eslint shells/electron/src", "build": "cd shells/chrome && cross-env NODE_ENV=production webpack --progress --hide-modules",