Skip to content

Commit

Permalink
fix: integrate copyfiles to include graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
AminRezaei0x443 committed Jun 23, 2023
1 parent 77d1c1f commit 473b62d
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 2 deletions.
159 changes: 159 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexarae/orbit",
"version": "0.1.1",
"version": "0.1.2",
"description": "Mini TON Blockchain Server",
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand All @@ -14,7 +14,7 @@
"prod": "tsc && node .build/main.js",
"codegen": "graphql-codegen --config codegen.yml",
"test": "mocha -r ts-node/register src/tests/**/*.test.ts",
"copy-files": "mkdir -p ./dist/gql && cp -r ./src/gql/ ./dist/gql"
"copy-files": "copyfiles -u 1 src/**/*.graphql dist"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,6 +52,7 @@
"@types/mocha": "^10.0.1",
"@types/node": "^18.14.2",
"chai": "*",
"copyfiles": "^2.4.1",
"mocha": "*",
"prettier": "2.8.8",
"ts-node": "^10.9.1",
Expand Down

0 comments on commit 473b62d

Please sign in to comment.