Skip to content

removed immutablejs for handling state immutability#37

Open
aniruddhagandhare wants to merge 22 commits intowednesday-solutions:masterfrom
aniruddhagandhare:master
Open

removed immutablejs for handling state immutability#37
aniruddhagandhare wants to merge 22 commits intowednesday-solutions:masterfrom
aniruddhagandhare:master

Conversation

@aniruddhagandhare
Copy link
Copy Markdown
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
Copy Markdown
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

Comment thread .github/workflows/npm-publish.yml Outdated
@@ -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
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

remove this

Comment thread .github/workflows/npm-publish.yml Outdated
# 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
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

name it correctly

Comment thread .github/workflows/npm-publish.yml Outdated
- master

jobs:
build:
Copy link
Copy Markdown
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.

Comment thread .github/workflows/npm-publish.yml Outdated
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: yarn install
Copy link
Copy Markdown
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