Merge pull request #63 from poanetwork/circle-ci-config

(Fix) Update build creation step
This commit is contained in:
Victor Baranov 2018-08-03 20:03:34 +03:00 committed by GitHub
commit cd2e66ffe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ jobs:
key: dependency-cache-{{ .Revision }}
- run:
name: build:dist
command: npm run dist
command: NODE_ENV='production' npm run dist
- run:
name: build:debug
command: find dist/ -type f -exec md5sum {} \; | sort -k 2