Add a Makefile with an initial test and build target.
[arvados-workbench2.git] / README.md
index bfeb1677adfa9f15d5217b3755018de4f28d9e8d..4cfe3845cbe050884a2fd0a6b165b91b9d4022e3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -11,7 +11,9 @@ Install [redux-devtools-extension](https://chrome.google.com/webstore/detail/red
 <code>yarn start</code>
 
 ##### Run tests
 <code>yarn start</code>
 
 ##### Run tests
+<code>yarn install</code>
 <code>yarn test</code>
 
 ##### Production build
 <code>yarn test</code>
 
 ##### Production build
+<code>yarn install</code>
 <code>yarn build</code>
 <code>yarn build</code>