1
0

Correct commands for install forge dependencies & add gas testing

This commit is contained in:
Theo 2023-07-25 08:47:14 -07:00
parent e46fab22af
commit 4169cc2e80

@ -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
```