mirror of
https://github.com/zhigang1992/connect.git
synced 2026-05-01 02:42:35 +08:00
fix: tweaks to get extension working
This commit is contained in:
@@ -43,6 +43,9 @@ jobs:
|
||||
# name: Install webkit dependencies
|
||||
# working_directory: /
|
||||
# command: sudo apt-get install -yq libwoff1 libopus0 libwebp6 libwebpdemux2 libenchant1c2a libgudev-1.0-0 libsecret-1-0 libhyphen0 libgdk-pixbuf2.0-0 libegl1 libgles2 libevent-2.1-6 libnotify4 libxslt1.1
|
||||
- run:
|
||||
name: Build extension
|
||||
command: yarn lerna run prod:ext && zip -r extension.zip ./packages/app/dist
|
||||
- run:
|
||||
name: test server
|
||||
command: yarn lerna run dev --scope @blockstack/app
|
||||
@@ -54,9 +57,6 @@ jobs:
|
||||
- run:
|
||||
name: test
|
||||
command: yarn lerna run test --scope @blockstack/app --stream
|
||||
- run:
|
||||
name: Build extension
|
||||
command: yarn lerna run prod:ext && zip -r extension.zip ./packages/app/dist
|
||||
# https://circleci.com/docs/2.0/artifacts/
|
||||
- store_artifacts:
|
||||
path: packages/app/tests/screenshot.png
|
||||
|
||||
Reference in New Issue
Block a user