From ef249084d83c08dcf2cdc1a727e0ae14dbe922d3 Mon Sep 17 00:00:00 2001 From: Yefim Vedernikoff Date: Fri, 6 Oct 2017 04:03:37 +0200 Subject: [PATCH] Update build script (#72) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55c224a..00992c3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ If you'd like to use [Twilio's STUN/TURN service](https://www.twilio.com/stun-tu $ git clone https://github.com/kern/filepizza.git $ npm install - $ npm build + $ npm run-script build $ npm start FilePizza is an isomorphic React application which uses the Flux application architecture. ES6 features are used liberally and compiled using Babel. Views are rendered on the server, store data is serialized and sent to the client, which then picks up where the server left off.