From 4cad5238f9587cef079a017cd1501adf4e0a3f9a Mon Sep 17 00:00:00 2001 From: Raffaele Viglianti Date: Sun, 9 Sep 2018 15:16:50 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f5c686..9b5c365 100644 --- a/README.md +++ b/README.md @@ -23,5 +23,5 @@ $ npm start ## Build static assets (for now) ``` -$ webpack --define process.env.NODE_ENV=\"production\" +$ npm run build ```