This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update plugin permissions flow (#87)
* update plugin permissions flow add wallet_installPlugins method add wallet_enable method update inpage provider add LoginPerSite background changes
- Loading branch information
Showing
471 changed files
with
12,804 additions
and
9,230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#!/usr/bin/env bash | ||
set -x | ||
|
||
yarn --frozen-lockfile --ignore-scripts --har | ||
|
||
# run each in subshell so directory change does not persist | ||
# scripts can be any of: | ||
# preinstall | ||
# install | ||
# postinstall | ||
|
||
# for build | ||
(cd node_modules/node-sass && yarn run postinstall) | ||
(cd node_modules/optipng-bin && yarn run postinstall) | ||
(cd node_modules/gifsicle && yarn run postinstall) | ||
(cd node_modules/jpegtran-bin && yarn run postinstall) | ||
|
||
# for test | ||
(cd node_modules/scrypt && yarn run install) | ||
(cd node_modules/weak && yarn run install) | ||
(cd node_modules/chromedriver && yarn run install) | ||
(cd node_modules/geckodriver && yarn run postinstall) | ||
|
||
# for release | ||
(cd node_modules/@sentry/cli && yarn run install) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v10.16.3 | ||
v10.17.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ | |
"always", | ||
{ | ||
"ignore": [ | ||
"after-comment", | ||
"after-comment" | ||
] | ||
} | ||
], | ||
|
Oops, something went wrong.