From 53e0a3653990d277559ca390b96dc8c4bbe124ed Mon Sep 17 00:00:00 2001
From: Alexander Rose <alex.rose@rcsb.org>
Date: Fri, 19 Jul 2019 18:38:13 -0700
Subject: [PATCH] improved readme deploy section

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 65283ff68..806e8198d 100644
--- a/README.md
+++ b/README.md
@@ -142,6 +142,8 @@ To get syntax highlighting for shader and graphql files add the following to Vis
     npm publish
 
 ## Deploy
+    npm run test
+    NODE_ENV=production npm run build
     node ./scripts/deploy.js # currently updates the viewer on molstar.org/viewer
 
 ## Contributing
-- 
GitLab