Skip to content

Commit 67574b3

Browse files
committed
fix(*): default build
1 parent 5d92a11 commit 67574b3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v14.18.2
1+
v18.13.0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ yarn bootstrap
1919
if error, check node version for `yarn` expected node version ">=14.18.2", for check and set necessary version use, for example
2020
```shell
2121
node -v
22-
nvm use 14.18.2
22+
nvm use 18.13.0
2323
```
2424
then use truffle to compile, test: cd into directory and then
2525
```shell

deploy/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"access": "public"
2222
},
2323
"scripts":{
24-
"build": "truffle compile --all --contracts_build_directory=./build/${NETWORK}",
25-
"test": "truffle test --compile-all --contracts_build_directory=./build/${NETWORK}",
24+
"build": "truffle compile --all --contracts_build_directory=./build/${NETWORK:=contracts}",
25+
"test": "truffle test --compile-all --contracts_build_directory=./build/${NETWORK:=contracts}",
2626
"deploy": "./deploy.bash",
2727
"verify": "./verify-all.bash"
2828
},

0 commit comments

Comments
 (0)