Commit d7679ca4 authored by Will Cory's avatar Will Cory Committed by GitHub
parent bdc0e9f7
---
'@eth-optimism/common-ts': patch
'@eth-optimism/sdk': patch
---
Add source maps
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
"files": [ "files": [
"dist/*" "dist/*",
"src/*"
], ],
"scripts": { "scripts": {
"all": "yarn clean && yarn build && yarn test && yarn lint:fix && yarn lint", "all": "yarn clean && yarn build && yarn test && yarn lint:fix && yarn lint",
......
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
"files": [ "files": [
"dist/*" "dist/*",
"src/*"
], ],
"scripts": { "scripts": {
"all": "yarn clean && yarn build && yarn test && yarn lint:fix && yarn lint", "all": "yarn clean && yarn build && yarn test && yarn lint:fix && yarn lint",
......
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