Correct commands for install forge dependencies & add gas testing
This commit is contained in:
parent
e46fab22af
commit
4169cc2e80
14
README.md
14
README.md
@ -18,7 +18,7 @@
|
|||||||
git clone --recurse-submodules <proposal-repo-link>
|
git clone --recurse-submodules <proposal-repo-link>
|
||||||
cd <proposal-name>
|
cd <proposal-name>
|
||||||
npm install
|
npm install
|
||||||
npm init
|
npm run init
|
||||||
```
|
```
|
||||||
|
|
||||||
### Testing
|
### Testing
|
||||||
@ -32,3 +32,15 @@ or
|
|||||||
```text
|
```text
|
||||||
npm run test:linux
|
npm run test:linux
|
||||||
```
|
```
|
||||||
|
|
||||||
|
##### Test with gas
|
||||||
|
|
||||||
|
```text
|
||||||
|
npm run test:gas:windows
|
||||||
|
```
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
```text
|
||||||
|
npm run test:gas:linux
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user