drop npm-ipfs

merge-requests/2/merge^2
Nato Boram 2019-11-29 03:14:21 -05:00
parent a1c7c1e09b
commit ee146753d2
No known key found for this signature in database
GPG Key ID: C035B4A0E33CF552
2 changed files with 8108 additions and 7031 deletions

View File

@ -1,8 +1,7 @@
image: node:13
before_script:
- yarn global add ipfs-npm
- ipfs-yarn
- yarn
cache:
paths:
@ -11,7 +10,7 @@ cache:
build:
stage: build
script:
- ipfs-yarn run build:prod
- yarn run build:prod
artifacts:
paths:
- dist/angular
@ -19,12 +18,12 @@ build:
test:
stage: test
script:
- ipfs-yarn run lint
- yarn run lint
pages:
stage: deploy
script:
- ipfs-yarn run build:gitlab
- yarn run build:gitlab
- mv dist/angular public
- cp public/index.html public/404.html
artifacts:

15130
yarn.lock

File diff suppressed because it is too large Load Diff