From 7a4dd1c6a24f2c31b8ff55e3a47b4cf2e95b366c Mon Sep 17 00:00:00 2001 From: Dale Sande Date: Sun, 21 Mar 2021 22:26:53 -0700 Subject: [PATCH] docs: update getting started doc --- docs/gettingStarted.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/gettingStarted.md b/docs/gettingStarted.md index ca415fa2..95ff8063 100644 --- a/docs/gettingStarted.md +++ b/docs/gettingStarted.md @@ -202,6 +202,4 @@ $ npm run dev $ npm run serve ``` -If at any time you are in need of a full build, it is recommended to run `$ npm run ciBuild`. This will simulate a Travis config build. - -Remember, `ciBuild` and the `.travis.yml` config file is separate. If you update the `package.json` with additional build steps, this will need to be added to both the `ciBuild` and the `.travis.yml` file. +If at any time you are in need of a full build, it is recommended to run `$ npm run ciBuild`.