Copy Contracts into dist/ (#39)

This commit is contained in:
Steve Faulkner 2020-06-12 12:33:00 -05:00 committed by GitHub
parent d32bd8851e
commit 9c36782661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
path: .cache path: .cache
key: ${{ runner.os }}-build-cache key: ${{ runner.os }}-build-cache
- run: npm run pack:prod - run: npm run pack:prod
- run: npm run copyToConsumers - run: cp -r ./Contracts ./dist/contracts
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
name: dist name: dist