From 5e9954c060934170281958a398e1475dd0b65786 Mon Sep 17 00:00:00 2001 From: asmsuechan Date: Mon, 24 Apr 2017 19:22:06 -0700 Subject: [PATCH] Add a yarn task --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 206e41fe..f4861ad6 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "webpack": "webpack-dev-server --hot --inline --config webpack.config.js", "compile": "grunt compile", "test": "PWD=$(pwd) NODE_ENV=test ava", + "test:e2e": "NODE_ENV=test ava tests/e2e/*", "fix": "npm run lint --fix", "lint": "eslint .", "dev-start": "concurrently --kill-others \"npm run webpack\" \"npm run hot\""