Skip to content

Conversation

@aniruddhagandhare
Copy link
Contributor

@aniruddhagandhare aniruddhagandhare commented Jul 16, 2021

Ticket Link


Related Links


Description


  • pumped the version and pushed changes.

Steps to Reproduce / Test


GIF's


Copy link
Contributor

@alichherawalla alichherawalla left a comment

Choose a reason for hiding this comment

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

lets add a CD pipeline too

@@ -0,0 +1,33 @@
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
Copy link
Contributor

Choose a reason for hiding this comment

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

remove this

# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages

name: Node.js Package
Copy link
Contributor

Choose a reason for hiding this comment

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

name it correctly

- master

jobs:
build:
Copy link
Contributor

Choose a reason for hiding this comment

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

this is just installing dependencies right, shouldn't be called build.

Also, we don't really need to install dependencies or build in this case.

with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: yarn install
Copy link
Contributor

Choose a reason for hiding this comment

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

we're installing again here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants