Edit CI to respect CRA

This commit is contained in:
Mentor Palokaj 2021-10-16 14:19:39 +02:00
parent aa318a6ee3
commit 86f5dd7b10
2 changed files with 1 additions and 5 deletions

View File

@ -49,10 +49,6 @@ jobs:
run: npm i run: npm i
working-directory: minter working-directory: minter
- name: test if all links work
run: npm test
working-directory: minter
- name: Build website files - name: Build website files
env: env:
NODE_ENV: production NODE_ENV: production

View File

@ -15,7 +15,7 @@
}, },
{ {
"target": "minter", "target": "minter",
"public": "minter/docs" "public": "minter/build"
} }
], ],
"storage": { "storage": {