diff --git a/package.json b/package.json index 9abf4fe..2734045 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,6 @@ "start": "run-p watch serve", "reference": "cd node_modules/backstopjs && npm run reference -- --configPath=../../test/visual/backstop.config.js && cd ../../", "compare": "cd node_modules/backstopjs && npm run test -- --configPath=../../test/visual/backstop.config.js && cd ../../", - "test": "npm run lint" + "test": "run-s build" } }