Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Package: fix copyfiles for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluzzi committed Jun 12, 2022
1 parent 16c3bf9 commit f8e4002
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 @@ -4,7 +4,7 @@
"scripts": {
"start": "node .",
"dev": "ts-node ./src/Index.ts",
"build": "tsc && copyfiles ./resources/**/*.* ./build/",
"build": "tsc && copyfiles ./resources/**/**/*.* ./build/",
"client": "ts-node ./src/others/ClientTester.ts",
"eslint": "eslint src/**/*.ts --fix",
"gql-generate": "graphql-codegen --config codegen.yml"
Expand Down

0 comments on commit f8e4002

Please sign in to comment.