-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(libdweb/ci): swithc to dev yarn build
- Loading branch information
Showing
2 changed files
with
128 additions
and
71 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ | |
"precommit": "run-s lint:standard", | ||
"prepush": "run-s clean build lint test", | ||
"firefox": "web-ext run --browser-console --url about:debugging", | ||
"libdweb": "npm run ci:install && npm run libdweb:build && npm run libdweb:firefox", | ||
"libdweb": "npx [email protected] && npm run libdweb:build && npm run libdweb:firefox", | ||
"libdweb:build": "git submodule update --init --checkout --depth 1 libdweb && cross-env-shell RELEASE_CHANNEL=libdweb npm run dev-build", | ||
"libdweb:firefox": "npm run get-firefox-nightly && cross-env MOZ_DISABLE_CONTENT_SANDBOX=1 web-ext run --firefox=./firefox/firefox --browser-console --url about:debugging", | ||
"get-firefox-nightly": "shx test -e ./firefox/firefox || get-firefox -b nightly -e", | ||
|
Oops, something went wrong.