Skip to content

feat: added npm workspaces support#4

Merged
xermicus merged 1 commit into
paritytech:mainfrom
0xf333:0xf333/added_npm_workspaces_support
Apr 17, 2024
Merged

feat: added npm workspaces support#4
xermicus merged 1 commit into
paritytech:mainfrom
0xf333:0xf333/added_npm_workspaces_support

Conversation

@0xf333
Copy link
Copy Markdown
Contributor

@0xf333 0xf333 commented Apr 17, 2024

Description

  • Introduced npm workspaces to manage CLI tests from the root directory.
  • Enabled simplified npm dependency installation from the root directory.
  • Updated .gitignore to align with the new workspace structure.

Usage

From the root directory

To install repo npm packages, run:

npm install && npm fund

To run related tests, run:

npm run test:cli

Description
===========
  - Introduced npm workspaces to manage
    CLI tests from the root directory.
  - Enabled simplified npm dependency
    installation from the root.
  - Updated .gitignore to align with
    the new workspace structure.

Usage
=====

From the root directory

To install repo npm packages, run:
```
npm install && npm fund
```

To run related tests, run:
```
npm run test:cli
```
@0xf333
Copy link
Copy Markdown
Contributor Author

0xf333 commented Apr 17, 2024

@xermicus

Copy link
Copy Markdown
Member

@xermicus xermicus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@xermicus xermicus merged commit 09b9054 into paritytech:main Apr 17, 2024
@0xf333 0xf333 deleted the 0xf333/added_npm_workspaces_support branch April 18, 2024 12:57
xermicus pushed a commit that referenced this pull request May 20, 2026
Fix various soundness issues at the cost of ~1% code size growth.

Signed-off-by: xermicus <bigcyrill@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants