mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 04:27:58 +00:00
09b905415b
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
```
14 lines
126 B
Plaintext
14 lines
126 B
Plaintext
/target
|
|
*.dot
|
|
.vscode/
|
|
.DS_Store
|
|
/*.sol
|
|
/*.yul
|
|
/*.ll
|
|
/*.s
|
|
/llvm-project
|
|
/llvm18.0
|
|
node_modules
|
|
artifacts
|
|
tmp
|
|
package-lock.json |