-
Notifications
You must be signed in to change notification settings - Fork 127
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
chore: release build-onchain-apps cli #50
Conversation
registry-url: https://registry.npmjs.org | ||
cache: yarn | ||
|
||
# For provenance https://docs.npmjs.com/generating-provenance-statements#prerequisites | ||
- name: Install npm 9.5 | ||
run: npm install -g npm@^9.5.0 | ||
shell: bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI is broken missing shell: https://github.com/base-org/build-onchain-apps/actions/runs/6873486350
- name: Lint Check | ||
# When fails, please run "npm run lint" to your code | ||
run: npm run lint | ||
# - name: Format Check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Format check is breaking the CI. It no longer supported by nx team, see here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great update!
What changed? Why?
To get started, open a new shell and run:
Notes to reviewers
How has it been tested?