Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

feat(build): distribution folder shouldn't be part of the Git #103

Merged
merged 1 commit into from
Jan 10, 2019

Conversation

ghiscoding
Copy link
Owner

@ghiscoding ghiscoding commented Jan 10, 2019

  • however make sure to only do that on the .gitignore not on .npmignore

  • after running the build locally, user only need to do npm publish and so the dist doesn't need to be part of Git

  • this forces user to use only NPM as the package manager which is ok

  • verify that it works after doing the npm publish command and running npm install in the demo repo

- however make sure to only do that on the .gitignore not on .npmignore
- after running the build locally, user only need to do npm publish and so the dist doesn't need to be part of Git
@ghiscoding ghiscoding merged commit 85a383b into master Jan 10, 2019
@ghiscoding ghiscoding deleted the feat/remove-dist-from-git branch February 9, 2019 21:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant