From 51c0687a1a01b173edd5d6f2b2ca8b9bbb855fb8 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 16 Feb 2020 19:10:06 +0100 Subject: [PATCH] percy visual tests --- .gitignore | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0f703bd6..9fb0b201 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ node_modules/ /resources/ /svg-tmp/ /components/ +/percy.sh diff --git a/package.json b/package.json index 2f38396c..ab63909f 100644 --- a/package.json +++ b/package.json @@ -90,6 +90,7 @@ "node-sass-package-importer": "5.3.2", "nodemon": "2.0.2", "npm-run-all": "4.1.5", + "percy": "^0.21.0", "postcss-cli": "7.1.0", "rollup": "1.31.0", "rollup-plugin-babel": "4.3.3", -- GitLab