Skip to content

Commit

Permalink
add script travis jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinMachado committed Mar 8, 2023
1 parent 901347d commit c310c4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/static/Devel/Developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ consists in
| `npm run test` | Build the 3 packages and tests shared, browser scripts and examples html. Uses [this test script](../../../bin/test.js) |
| `npm run assert-code` | Run `npm run eslint` and `npm run test`. Also ran by CI. See [here](#continuous-integration-travis-ci) for more information |
| `npm run validate-links` | Run this [script](../../../bin/remarkValidateLinks.js) to detect dead links in markdown. Also ran by CI. See [here](#continuous-integration-travis-ci) for more information |
| `npm run travis-jobs` | Run all travis jobs. Also ran by CI. See [here](#continuous-integration-travis-ci) for more information |
| `npm run pre-publish` | Change version in all package.json ( eg `npm run pre-publish x.x.x` ). See [this script](../../../bin//prePublish.js) |
| `npm run docs-shared` | Generate the [JSDOC shared package documentation](../../jsdocConfig/jsdoc.shared.json) |
| `npm run docs-browser` | Generate the [JSDOC browser package documentation](../../jsdocConfig/jsdoc.browser.json) |
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"test": "cross-env NODE_ENV=production node ./bin/test.js",
"assert-code": "npm run eslint && npm run test",
"validate-links": "node ./bin/remarkValidateLinks.js",
"travis-jobs": "npm run assert-code && npm audit --audit-level=low && npm run validate-links",
"pre-publish": "node ./bin/prePublish.js",
"docs-shared": "cross-env PACKAGE=shared jsdoc -c ./docs/jsdocConfig/jsdoc.js",
"docs-browser": "cross-env PACKAGE=browser jsdoc -c ./docs/jsdocConfig/jsdoc.js",
Expand Down

0 comments on commit c310c4d

Please sign in to comment.