Skip to content

Commit

Permalink
Merge pull request #69 from energywebfoundation/feature/MYEN_add_exam…
Browse files Browse the repository at this point in the history
…ples_to_build

fix/add examples to build
  • Loading branch information
JGiter committed Dec 16, 2020
2 parents be5ef7a + bde0db5 commit fc1170d
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 -u 1 \"ethers/**/*.d.ts\" dist/ethers",
"build": "npm run build:contracts && npm run build:ts && copyfiles \"ethers/**/*.d.ts\" \"examples/**/*\" \"screenshots/**/*\" 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 fc1170d

Please sign in to comment.