Skip to content

Commit a84edaa

Browse files
authored
Merge pull request #22 from optimizely/mng/add-badges
Add build and snyk badges.
2 parents fafe40c + 1752763 commit a84edaa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ We welcome contributions and feedback! All contributors must sign our [Contribut
77
1. Create a branch off of `devel`: `git checkout -b YOUR_NAME/branch_name`.
88
2. Commit your changes. Make sure to add tests!
99
3. Run `npm run lint` to ensure there are no lint errors.
10-
4. Run `webpack` to generate the built and minified file for those not installing via `npm`
10+
4. Run `npm run build` to generate the built and minified file for those not installing via `npm`
1111
5. `git push` your changes to GitHub.
1212
6. Make sure that all unit tests are passing and that there are no merge conflicts between your branch and `devel`.
1313
7. Open a pull request from `YOUR_NAME/branch_name` to `devel`.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#Optimizely JavaScript SDK
2+
[![Build Status](https://travis-ci.org/optimizely/javascript-sdk.svg?branch=master)](https://travis-ci.org/optimizely/javascript-sdk)
3+
[![Known Vulnerabilities](https://snyk.io/test/npm/optimizely-client-sdk/badge.svg)](https://snyk.io/test/npm/optimizely-client-sdk)
24

35
This repository houses the JavaScript SDK for Optimizely X Full Stack.
46

0 commit comments

Comments
 (0)