Skip to content

Commit

Permalink
fix: copy templates in packages directory for distribution (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Jun 3, 2024
1 parent 9e1c71f commit 916dab5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"docs:build": "typedoc ./packages/client/src/index.ts",
"docs:start": "http-server ./docs",
"docs": "yarn docs:build && yarn docs:start",
"copy-templates": "npx cpx './packages/tasks/templates/**/*' ./dist/tasks/templates",
"copy-templates": "npx cpx './packages/tasks/templates/**/*' ./dist/packages/tasks/templates",
"copy-types": "npx cpx './typechain-types/**/*' ./dist/typechain-types"
},
"keywords": [],
Expand Down
Loading

0 comments on commit 916dab5

Please sign in to comment.