Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci/cd): Added 'npm install' to publish workflow
Currently the main problem is the 'prepare' script which is called via 'npm publish' since dev depenendencies are not installed during that call publishing fails. To mitigate that we now install all dependencies pre-publish.
- Loading branch information