Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ohager committed Dec 30, 2024
1 parent df475a8 commit e35f027
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,6 @@ This monorepo uses [changeset](https://github.com/changesets/changesets) to mana

1. Create a changeset: `npx changeset`
2. Bump version: `npx changeset version`
3. Publish `npx changeset publish --otp=<NPM_OTP>`
3. Publish `npx changeset publish --tag <VERSION> --otp <NPM_OTP>`

> Note: Only with a valid npm OTP token
4 changes: 2 additions & 2 deletions package.json → package.json5
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"compile": "turbo run compile",
"bundle": "turbo run bundle",
"doc": "typedoc",
"publish:old": "npm run test && lerna exec npm run bundle && lerna publish --force-publish",
"publish": "turbo run compile test bundle && echo 'TODO: run publisher' ",
// call this like npm run publish 2.0 --otp 123456
"publish": "turbo run compile test bundle && changeset publish --tag",
"test": "turbo run test",
"test:ci": "turbo run test:ci",
"posttest:ci": "./generate-coverage-report.sh",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Path to sources
sonar.sources=packages
sonar.test.inclusions=**/*.spec.ts
sonar.exclusions=docs/**/*;docstheme/**/*;**/*.spec.e2e.ts;src/core/websandbox/**/*;src/crypto/websandbox
sonar.exclusions=docs/**/*;docstheme/**/*;**/*.spec.e2e.ts;src/core/websandbox/**/*;src/crypto/websandbox;**/bundle.js
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.projectKey=signum-network_signumjs
sonar.organization=signum-network
Expand Down

0 comments on commit e35f027

Please sign in to comment.