File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @eth-optimism/contracts ' : patch
3
+ ---
4
+
5
+ Minor change to how deploy.ts is invoked
Original file line number Diff line number Diff line change
1
+ * .sh text eol =lf
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env ts-node-script
2
-
3
1
import { Wallet } from 'ethers'
4
2
import path from 'path'
5
3
import dirtree from 'directory-tree'
Original file line number Diff line number Diff line change 38
38
"lint:check" : " yarn run lint:typescript" ,
39
39
"lint:typescript" : " tslint --format stylish --project ." ,
40
40
"clean" : " rm -rf ./dist ./artifacts ./artifacts-ovm ./cache ./cache-ovm ./tsconfig.build.tsbuildinfo" ,
41
- "deploy" : " ./bin/deploy.ts && yarn generate-markdown" ,
41
+ "deploy" : " ts-node \" ./bin/deploy.ts\" && yarn generate-markdown" ,
42
42
"serve" : " ./bin/serve_dump.sh" ,
43
43
"prepublishOnly" : " yarn copyfiles -u 2 \" contracts/optimistic-ethereum/**/*\" ./" ,
44
44
"postpublish" : " rimraf OVM iOVM libraries mockOVM" ,
45
45
"prepack" : " yarn prepublishOnly" ,
46
46
"postpack" : " yarn postpublish" ,
47
- "generate-markdown" : " node scripts/generate-markdown.js"
47
+ "generate-markdown" : " node \" ./ scripts/generate-markdown.js\" "
48
48
},
49
49
"dependencies" : {
50
50
"@eth-optimism/core-utils" : " ^0.4.4" ,
You can’t perform that action at this time.
0 commit comments