Commit 6ee7423f authored by Kelvin Fichter's avatar Kelvin Fichter

fix: correctly export standards contracts

parent f5115e27
---
'@eth-optimism/contracts': patch
---
Modifies package.json to correctly export all contracts
...@@ -10,7 +10,8 @@ ...@@ -10,7 +10,8 @@
"chugsplash", "chugsplash",
"L1", "L1",
"L2", "L2",
"libraries" "libraries",
"standards"
], ],
"types": "dist/index", "types": "dist/index",
"author": "Optimism PBC", "author": "Optimism PBC",
...@@ -38,7 +39,7 @@ ...@@ -38,7 +39,7 @@
"clean": "rm -rf ./dist ./artifacts ./cache ./tsconfig.build.tsbuildinfo", "clean": "rm -rf ./dist ./artifacts ./cache ./tsconfig.build.tsbuildinfo",
"deploy": "ts-node bin/deploy.ts && yarn autogen:markdown", "deploy": "ts-node bin/deploy.ts && yarn autogen:markdown",
"prepublishOnly": "yarn copyfiles -u 1 -e \"**/test-*/**/*\" \"contracts/**/*\" ./", "prepublishOnly": "yarn copyfiles -u 1 -e \"**/test-*/**/*\" \"contracts/**/*\" ./",
"postpublish": "rimraf chugsplash L1 L2 libraries", "postpublish": "rimraf chugsplash L1 L2 libraries standards",
"prepack": "yarn prepublishOnly", "prepack": "yarn prepublishOnly",
"postpack": "yarn postpublish", "postpack": "yarn postpublish",
"pre-commit": "lint-staged" "pre-commit": "lint-staged"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment