File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ We welcome contributions and feedback! All contributors must sign our [Contribut
7
7
1 . Create a branch off of ` devel ` : ` git checkout -b YOUR_NAME/branch_name ` .
8
8
2 . Commit your changes. Make sure to add tests!
9
9
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 `
11
11
5 . ` git push ` your changes to GitHub.
12
12
6 . Make sure that all unit tests are passing and that there are no merge conflicts between your branch and ` devel ` .
13
13
7 . Open a pull request from ` YOUR_NAME/branch_name ` to ` devel ` .
Original file line number Diff line number Diff line change 1
1
#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 )
2
4
3
5
This repository houses the JavaScript SDK for Optimizely X Full Stack.
4
6
You can’t perform that action at this time.
0 commit comments