Skip to content

Commit fabfc24

Browse files
committed
fix(libdweb/ci): swithc to dev yarn build
1 parent 1d18fc5 commit fabfc24

File tree

2 files changed

+128
-71
lines changed

2 files changed

+128
-71
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"precommit": "run-s lint:standard",
4646
"prepush": "run-s clean build lint test",
4747
"firefox": "web-ext run --browser-console --url about:debugging",
48-
"libdweb": "npm run ci:install && npm run libdweb:build && npm run libdweb:firefox",
48+
"libdweb": "npx [email protected] && npm run libdweb:build && npm run libdweb:firefox",
4949
"libdweb:build": "git submodule update --init --checkout --depth 1 libdweb && cross-env-shell RELEASE_CHANNEL=libdweb npm run dev-build",
5050
"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",
5151
"get-firefox-nightly": "shx test -e ./firefox/firefox || get-firefox -b nightly -e",

0 commit comments

Comments
 (0)