File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -271,11 +271,10 @@ Get the source code and related packages.
271271```
272272$> git clone https://github.com/FNNDSC/ami.git
273273$> cd ami
274- $> npm install yarn bower
275- $> yarn install
274+ $> npm install
276275```
277276
278- Default task (runs tests, documentation, etc. and create a directory ready to be pushed as gh-page )
277+ Default task (lint, tests, demo and build )
279278```
280279$> npm run
281280```
@@ -298,7 +297,7 @@ $> npm run lesson 00
298297
299298Build standalone library to build/
300299```
301- $> npm run build
300+ $> npm run build:ami
302301```
303302
304303Tests
@@ -311,6 +310,11 @@ Documentation
311310$> npm run doc
312311```
313312
313+ Deploy dist/ to gh-pages
314+ ```
315+ $> npm run deploy
316+ ```
317+
314318# Credits
315319
316320AMI would not exist without them:
You can’t perform that action at this time.
0 commit comments