Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable on cennznet extension #25

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

KarishmaBothara
Copy link

No description provided.

packages/extension-dapp/src/index.ts Outdated Show resolved Hide resolved
@KarishmaBothara KarishmaBothara force-pushed the useOnlyCENNZnetExtension branch from eea4ead to db1cfac Compare October 14, 2021 02:50
.eslintrc.js Outdated
@@ -12,7 +12,8 @@ module.exports = {
'.yarn/**',
'**/build/*',
'**/coverage/*',
'**/node_modules/*'
'**/node_modules/*',
'**/config.ts'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just checking which file were you planning to exclude?
packages/extension-chains/src/config.ts still included

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

excluded it... had few listing err in it... mostly related to sort-key in types..
but in case of enum we don't really want to sort...hv added at the top of the file /* eslint sort-keys: 0 */

run: |
echo "//registry.npmjs.org/:_authToken=${NPM_KEY}" > ~/.npmrc
echo 'Publishing to npmjs.org.'
npx lerna exec -- 'cd build && npm publish --access public'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can add --dry-run if you want to test the CI before publishing

Suggested change
npx lerna exec -- 'cd build && npm publish --access public'
npx lerna exec -- 'cd build && npm publish --access public'

.github/workflows/publish.yml Outdated Show resolved Hide resolved
.github/workflows/publish.yml Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants