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 @@
"chugsplash",
"L1",
"L2",
"libraries"
"libraries",
"standards"
],
"types": "dist/index",
"author": "Optimism PBC",
......@@ -38,7 +39,7 @@
"clean": "rm -rf ./dist ./artifacts ./cache ./tsconfig.build.tsbuildinfo",
"deploy": "ts-node bin/deploy.ts && yarn autogen:markdown",
"prepublishOnly": "yarn copyfiles -u 1 -e \"**/test-*/**/*\" \"contracts/**/*\" ./",
"postpublish": "rimraf chugsplash L1 L2 libraries",
"postpublish": "rimraf chugsplash L1 L2 libraries standards",
"prepack": "yarn prepublishOnly",
"postpack": "yarn postpublish",
"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