Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit 237b54b

Browse files
author
azlam-abdulsalam
committed
fix(lerna): remove lerna bootstrap as its deprecated
1 parent 4e8b4bf commit 237b54b

File tree

6 files changed

+28737
-19665
lines changed

6 files changed

+28737
-19665
lines changed

.github/workflows/buildPackages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
git config --global user.name "ciuser"
4141
4242
43-
- name: 'Bootstrap Lerna'
44-
run: npx lerna bootstrap
43+
- name: 'Install Dependencies'
44+
run: npm i
4545

4646

4747
- name: 'Build All Packages'

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</p>
1414

1515

16-
A build system for package based development in Salesforce, delivered as a sfdx plugin that can be implemented in any CI/CD system of choice.Read more about the plugin and details here - https://docs.dxatscale.io
16+
A build system for package based development in Salesforce, delivered as a node cli that can be implemented in any CI/CD system of choice.Read more about the cli and details here - https://docs.dxatscale.io
1717

1818
#### Features
1919

@@ -28,7 +28,7 @@ A build system for package based development in Salesforce, delivered as a sfdx
2828

2929
There are lot more features to explore. Read more at https://docs.dxatscale.io
3030

31-
The project is delivered as a <b>SFDX CLI Plugin</b> that can be deployed in any CI/CD system, The plugin is available in [NPM](https://www.npmjs.com/package/@dxatscale/sfpowerscripts) or can be
31+
The project is delivered as a <b>CLI</b> that can be deployed in any CI/CD system, The module is available in [NPM](https://www.npmjs.com/package/@dxatscale/sfpowerscripts) or can be
3232
used by using the [docker image](https://github.com/dxatscale/sfpowerscripts/pkgs/container/sfpowerscripts)
3333

3434

@@ -59,7 +59,7 @@ To build sfpowerscripts execute the following on the terminal:
5959
```
6060
npm i -g lerna #Install Lerna Globally
6161
cd <sfpowerscrips directory> # Navigate to the checked out directory
62-
lerna bootstrap
62+
npm i
6363
lerna run build
6464
```
6565

@@ -73,7 +73,7 @@ To debug and test plugin
7373

7474
```
7575
cd sfpowerscripts-cli
76-
sfdx plugins:link
76+
npm link
7777
```
7878

7979
#### Maintainers

0 commit comments

Comments
 (0)