Skip to content

Commit

Permalink
fix copyfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Glowstudent777 committed Jan 26, 2025
1 parent cfc1776 commit b04a006
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2,855 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build": "npm run clean && npx tsc && npm run copyfiles",
"clean": "npx rimraf --glob dist/",
"copyfiles": "cp ./src/api/v1/core/db/ ./dist/api/v1/core/db/ -r",
"copyfiles": "mkdir \"dist/api/v1/core/db\" && cp ./src/api/v1/core/db/ ./dist/api/v1/core/db/ -r",
"dev": "npm run copyfiles && tsc-watch --onSuccess \"node ./dist/index.js\"",
"start": "node ./dist/index.js",
"test": "vitest",
Expand Down Expand Up @@ -50,4 +50,4 @@
"typescript": "^4.9.5",
"vitest": "^1.6.0"
}
}
}
Loading

0 comments on commit b04a006

Please sign in to comment.