mirror of
https://github.com/zhigang1992/connect.git
synced 2026-01-12 22:46:28 +08:00
fix: build connect-ui in postinstall
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
"lint:eslint": "eslint \"packages/**/src/**/*.{ts,tsx}\" -f unix",
|
||||
"lint:fix": "eslint \"packages/**/src/**/*.{ts,tsx}\" -f unix --fix",
|
||||
"lint:prettier": "prettier --check \"packages/**/src/**/*.{ts,tsx}\" *.js",
|
||||
"lint:prettier:fix": "prettier --write \"packages/**/src/**/*.{ts,tsx}\" *.js"
|
||||
"lint:prettier:fix": "prettier --write \"packages/**/src/**/*.{ts,tsx}\" *.js",
|
||||
"postinstall": "yarn build:connect-ui"
|
||||
},
|
||||
"prettier": "@blockstack/prettier-config",
|
||||
"husky": {
|
||||
|
||||
@@ -17,9 +17,7 @@ Table of Contents:
|
||||
- [Development](#development)
|
||||
- [Setup](#setup)
|
||||
- [Run Locally](#run-locally)
|
||||
- [Building and using as a browser extension](#building-and-using-as-a-browser-extension)
|
||||
- [Installing for Chrome/Brave](#installing-for-chromebrave)
|
||||
- [Installing for Firefox](#installing-for-firefox)
|
||||
- [Build and install browser extension](#build-and-install-browser-extension)
|
||||
|
||||
<!-- /TOC -->
|
||||
|
||||
@@ -53,8 +51,7 @@ Clone this repository, install dependencies and build the extension:
|
||||
git clone https://github.com/blockstack/ux
|
||||
cd ux
|
||||
yarn
|
||||
yarn run build:connect-ui
|
||||
yarn run build:extension
|
||||
yarn build:extension
|
||||
~~~
|
||||
|
||||
Then if installing for Chrome or Brave:
|
||||
|
||||
Reference in New Issue
Block a user