Copy Contracts into dist/ (#39)
This commit is contained in:
parent
d32bd8851e
commit
9c36782661
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue