Template repository to scaffold typescript libraries.
-
Inside your
package.json
file, update:- The name of your library in the
name
field. - The
repository
field with the URI of the git repository.
- The name of your library in the
-
Enable the new repo in Google Cloud Build, otherwise, it'll complain the repo is not connected with a failed build.
-
After updating those fields, run
npx install-peerdeps -D @inkatze/eslint-config
. This should create apackage-lock.json
file and allow you to runnpm run test
.
Happy hacking!