From 6a0488a99b1026e2a774c597fa38a1083d1cc0d1 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sat, 10 Dec 2016 23:22:09 -0700 Subject: [PATCH] npm -> yarn --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd9c7ee..76fe0df 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "start": "webpack --hide-modules --watch --config assets/build/webpack.config.js", "clean": "rimraf dist", "lint": "eslint assets/scripts assets/build", - "test": "npm run lint" + "test": "yarn run lint" }, "engines": { "node": ">= 4.5"