diff --git a/package.json b/package.json index ae38f9c..e4697d1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc && npm run copy-files", - "copy-files": "copyfiles -u 1 ./src/dashboard/build/** ./dist/", + "copy-files": "copyfiles -u 1 ./src/dashboard/build/**/* ./dist/", "start": "npm run build & ts-node index.ts", "example": "cd src && cd dashboard && npm run build && cd .. && cd .. && npm run build && cd dist/example && node index", "semantic-release": "semantic-release"