forked from hyperledger-caliper/caliper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
downgrade npm on publish as temp fix (hyperledger-caliper#1523)
downgrade the version of npm on the publish step to ensure that publish doesn't give an ENOWORKSPACES error This should be considered a temporary solution to getting publish working again and a better solution needs to be found. Signed-off-by: Dave Kelsey <[email protected]>
- Loading branch information
Dave Kelsey
authored
Apr 3, 2024
1 parent
7477c70
commit 4bdb98c
Showing
2 changed files
with
4 additions
and
2 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 |
---|---|---|
|
@@ -24,5 +24,7 @@ cp ./README.md ./packages/caliper-fabric/README.md | |
|
||
cd ./packages/caliper-publish/ | ||
npm ci | ||
# temporary workaround to downgrade npm in order to publish | ||
npm install -g [email protected] | ||
./publish.js npm | ||
./publish.js docker --publish |
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