Skip to content

Commit

Permalink
docs: update getting started doc
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Mar 22, 2021
1 parent 261563b commit 7a4dd1c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/gettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 7a4dd1c

Please sign in to comment.