From e565ca3a82dc9bfed4541ed7773f904c350f6f20 Mon Sep 17 00:00:00 2001 From: MiniDigger Date: Mon, 12 Nov 2018 19:39:45 +0100 Subject: [PATCH] Fix wrong build instruction in readme (#1780) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f70b2ccf..05e9eb70 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Run `npm start` (`gulp watch`) to watch for file changes and automatically rebui #### Running in production -Run `npm run clean` (`gulp clean`), then `npm run publish` (`gulp publish`) to build the minimized production version of the app. Copy `dist` folder contents to your web server. Don't forget to set `X-Frame-Options SAMEORIGIN` header ([docs](https://developer.mozilla.org/en-US/docs/Web/HTTP/X-Frame-Options)). +Run `npm run clean` (`gulp clean`), then `npm run build` (`gulp publish`) to build the minimized production version of the app. Copy `dist` folder contents to your web server. Don't forget to set `X-Frame-Options SAMEORIGIN` header ([docs](https://developer.mozilla.org/en-US/docs/Web/HTTP/X-Frame-Options)). ### Third party libraries