-
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Bobby Galli edited this page Jul 10, 2019
·
1 revision
- Run
ng test bugsplat-ng
to test the bugsplat-ng library - Run
ng test
to test the my-angular-crasher sample - To run the e2e test the .htaccess file has to be change on Octomore therefore it is xdescribed for now
- Run
ng serve
- Verify that you can click the button to post a crash report
- Verify a link to BugSplat appears
- Verify the BugSplat stack trace matches what you see in the my-angular-crasher textbox
- Update the peerDependencies in /projects/bugsplat-ng/package.json
- Run
npm version major|minor|patch
in /projects/bugsplat-ng - Run
git push && git push --tags
in /projects/bugsplat-ng - Run
ng build bugsplat-ng
- Run
npm publish
from /dist/bugsplat-ng - Update my-angular-crasher package.json file to use new version