Skip to content

Commit

Permalink
fix: add more copy logic
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Dec 5, 2020
1 parent c858bbd commit 9ac5379
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 @@ -36,7 +36,7 @@
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build && cp -R ./{src,dist}/graphql",
"build": "tsdx build && cp -R ./src/v2/graphql ./dist/graphql && cp -R ./{src,dist}/v1/graphql && cp -R ./{src,dist}/v2/graphql",
"test": "tsdx test",
"test:watch": "tsdx test --watch",
"lint": "tsdx lint",
Expand Down

0 comments on commit 9ac5379

Please sign in to comment.