Tags: kwizapp/kwiz-utils
Tags
Initiate a Shared Library (#2) * Initialize new typescript lib * Migrate code and tests for validate and util * Add an initial workflow for NPM package publishing * Perform husky upgrade * add some commands to README * Try build on push * Fix: Failing tests due to coverage * Update package name * Add installation instructions * Only publish on release (we can also publish from CLI) * Test on all push events but only deploy a new release on the release-created event * Fix: Ensure that the testing step also uses the Github Package Registry * Use Github Package Registry only for the kwizapp scope * Add NODE_AUTH_TOKEN