Docker Compose refactoring
This commit is contained in:
parent
7a2a667aaf
commit
a53a26f4c0
36 changed files with 411 additions and 524 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
|
||||
|
||||
|
|
@ -11,7 +11,7 @@ We recommend using [@digiresilience/amigo-dev][amigo-dev] to manage your dev dep
|
|||
But if you want to do it manually, then:
|
||||
|
||||
```console
|
||||
$ yarn add -D @digiresilience/babel-preset-amigo
|
||||
$ npm install --save-dev @digiresilience/babel-preset-amigo
|
||||
```
|
||||
|
||||
# Usage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue