hapi-nextauth: update packages, fix linter and typescript
This commit is contained in:
parent
7aa1ec74eb
commit
fbe33c5c7b
6 changed files with 595 additions and 3870 deletions
|
|
@ -1,18 +0,0 @@
|
|||
.PHONY: fmt test yarn
|
||||
.npmrc:
|
||||
echo '@guardianproject-ops:registry=https://gitlab.com/api/v4/packages/npm/' > .npmrc
|
||||
echo '//gitlab.com/api/v4/packages/npm/:_authToken=${CI_JOB_TOKEN}' >> .npmrc
|
||||
echo '//gitlab.com/api/v4/projects/:_authToken=${CI_JOB_TOKEN}' >> .npmrc
|
||||
echo '//gitlab.com/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=${CI_JOB_TOKEN}' >> .npmrc
|
||||
|
||||
yarn:
|
||||
yarn
|
||||
|
||||
test: yarn
|
||||
mkdir -p coverage
|
||||
yarn lint
|
||||
yarn test
|
||||
|
||||
publish: test .npmrc
|
||||
npm publish
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue