Skip to content

v3.0.6

Compare
Choose a tag to compare
@mrbandler mrbandler released this 30 Dec 14:36
· 4 commits to master since this release
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.