From 14ac25266a53ed986402f808cab0ef04237c1022 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sun, 21 Jun 2020 21:23:07 -0400 Subject: switched to yarn; it's just better --- iridescence/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'iridescence/README.md') diff --git a/iridescence/README.md b/iridescence/README.md index 6304dfc..4f401a4 100644 --- a/iridescence/README.md +++ b/iridescence/README.md @@ -2,22 +2,22 @@ ## Project setup ``` -npm install +yarn ``` ### Compiles and hot-reloads for development ``` -npm run serve +yarn run serve ``` ### Compiles and minifies for production ``` -npm run build +yarn run build ``` ### Lints and fixes files ``` -npm run lint +yarn run lint ``` ### Customize configuration -- cgit v1.2.3