-
Notifications
You must be signed in to change notification settings - Fork 15
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
updated workflow #96
base: main
Are you sure you want to change the base?
updated workflow #96
Conversation
@@ -18,8 +18,7 @@ jobs: | |||
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built. | |||
run: | | |||
npm install | |||
node -e "require('./index')({ nowatch: true })" | |||
rm -rf node_modules | |||
npm run build |
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.
npm run build | |
npm run render |
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.
assuming this will not cause this repo to explode :D
might be worth updating the original template.... |
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.
I think I'd prefer this change first made to the upstream template (https://github.com/decentralized-identity/template-for-profile-workitems/blob/main/.github/workflows/render-specs.yml), rather than having each project maintain changes to actions individually.
No description provided.