diff --git a/.github/workflows/e2e-android-self.yml b/.github/workflows/e2e-android-self.yml index 17c632a72d..1c49fb5338 100644 --- a/.github/workflows/e2e-android-self.yml +++ b/.github/workflows/e2e-android-self.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | npm i - npm run lerna bootstrap --scope @quiet/eslint-config,@quiet/logger,@quiet/common,@quiet/types,@quiet/state-manager,@quiet/backend,@quiet/identity,@quiet/mobile,backend-bundle + npm run bootstrap --scope @quiet/eslint-config,@quiet/logger,@quiet/common,@quiet/types,@quiet/state-manager,@quiet/backend,@quiet/identity,@quiet/mobile,backend-bundle - name: Pull binaries run: | diff --git a/.github/workflows/e2e-android.yml b/.github/workflows/e2e-android.yml index 6d623bc1e0..7279140075 100644 --- a/.github/workflows/e2e-android.yml +++ b/.github/workflows/e2e-android.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | npm ci - npm run lerna bootstrap -- --scope=\'{@quiet/eslint-config,@quiet/logger,@quiet/common,@quiet/types,@quiet/state-manager,@quiet/backend,@quiet/identity,@quiet/mobile,backend-bundle}\' + npm run bootstrap -- --scope=\'{@quiet/eslint-config,@quiet/logger,@quiet/common,@quiet/types,@quiet/state-manager,@quiet/backend,@quiet/identity,@quiet/mobile,backend-bundle}\' - name: Pull binaries run: | diff --git a/.github/workflows/e2e-ios-self.yml b/.github/workflows/e2e-ios-self.yml index b30dd185cb..502b328677 100644 --- a/.github/workflows/e2e-ios-self.yml +++ b/.github/workflows/e2e-ios-self.yml @@ -22,7 +22,7 @@ jobs: - name: Install dependencies run: | npm i - npm run lerna bootstrap --scope @quiet/eslint-config,@quiet/logger,@quiet/common,@quiet/types,@quiet/state-manager,@quiet/backend,@quiet/identity,@quiet/mobile,backend-bundle + npm run bootstrap --scope @quiet/eslint-config,@quiet/logger,@quiet/common,@quiet/types,@quiet/state-manager,@quiet/backend,@quiet/identity,@quiet/mobile,backend-bundle - name: Install pods run: | diff --git a/.github/workflows/e2e-ios.yml b/.github/workflows/e2e-ios.yml index 33180207ef..60c2005b96 100644 --- a/.github/workflows/e2e-ios.yml +++ b/.github/workflows/e2e-ios.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | npm ci - npm run lerna bootstrap -- --scope=\'{@quiet/eslint-config,@quiet/logger,@quiet/common,@quiet/types,@quiet/state-manager,@quiet/backend,@quiet/identity,@quiet/mobile,backend-bundle}\' + npm run bootstrap -- --scope=\'{@quiet/eslint-config,@quiet/logger,@quiet/common,@quiet/types,@quiet/state-manager,@quiet/backend,@quiet/identity,@quiet/mobile,backend-bundle}\' - name: Pull binaries run: | diff --git a/packages/desktop/README.md b/packages/desktop/README.md index 1e7afa36a3..929cd5cc0e 100644 --- a/packages/desktop/README.md +++ b/packages/desktop/README.md @@ -10,7 +10,7 @@ Here are the steps: ``` npm i lerna@6.6.2 npm i typescript@4.9.3 -npm run lerna bootstrap +npm run bootstrap ``` If you run into problems please double check if you have exact version Node and NPM as listed in point 0. diff --git a/packages/e2e-tests/README.md b/packages/e2e-tests/README.md index f8223deb00..ee6962b03b 100644 --- a/packages/e2e-tests/README.md +++ b/packages/e2e-tests/README.md @@ -3,7 +3,7 @@ * Install chromedriver correctly before running the tests: `export ELECTRON_CUSTOM_VERSION=23.0.0` -`npm run lerna bootstrap` +`npm run bootstrap` * Run jest: @@ -18,7 +18,7 @@ To run against binaries built locally (which will be in the `/dist` folder) you npm run test:localBinary ``` -This passes the `IS_LOCAL` flag and will use local binaries in the `/dist` directory (if the OS has been configured for it in the tests). Check the README in the `desktop` package for information on building binaries for each OS. +This passes the `IS_LOCAL` flag and will use local binaries in the `/dist` directory (if the OS has been configured for it in the tests). Check the README in the `desktop` package for information on building binaries for each OS. *You must compile the binary prior to running this command or it will fail!* @@ -33,4 +33,4 @@ The rest of the tests to be rewritten have been left on this commit fa1256e4d19f -lazyLoading -newUser.returns -In the current approach, installers are taken from github releases, but in the future the application will be built on CI \ No newline at end of file +In the current approach, installers are taken from github releases, but in the future the application will be built on CI diff --git a/packages/mobile/README.md b/packages/mobile/README.md index c4a9bcd16c..cd9b81b845 100644 --- a/packages/mobile/README.md +++ b/packages/mobile/README.md @@ -12,7 +12,7 @@ Quiet Mobile is a React Native app for Android and iOS that shares a Node.js [ba ```bash npm install - npm run lerna bootstrap + npm run bootstrap ``` 1. On your host, install [adb](https://developer.android.com/studio/command-line/adb) (Android Debug Bridge) to communicate with your Android device.