Skip to content

Commit

Permalink
fix: remove examples from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Dec 16, 2020
1 parent 5e41139 commit ce812ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"lint": "npx eslint ./src/**/*.ts ./test/**/*.ts",
"prebuild": "rimraf dist",
"build": "npm run build:contracts && npm run build:ts && copyfiles \"ethers/**/*.d.ts\" \"examples/**/*\" \"screenshots/**/*\" dist",
"build": "npm run build:contracts && npm run build:ts && copyfiles \"ethers/**/*.d.ts\" dist",
"build:ts": "bili",
"build:api_docs": "rm -rf docs/api && typedoc --plugin typedoc-plugin-markdown --hideBreadcrumbs true",
"build:contracts": "npm run build:typechain:registry && npm run build:typechain:resolver",
Expand Down

0 comments on commit ce812ec

Please sign in to comment.