Skip to content

Commit

Permalink
fix: Correct missing scripts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
arcoraven committed Dec 6, 2024
1 parent 5d405f0 commit e65afca
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 @@ -24,7 +24,7 @@
"lint:fix": "eslint --fix 'src/**/*.ts'",
"test:unit": "vitest",
"test:coverage": "vitest run --coverage",
"copy-files": "cp -r ./src/prisma ./dist/"
"copy-files": "cp -r ./src/prisma ./dist/ && cp -r ./scripts ./dist/"
},
"dependencies": {
"@aws-sdk/client-kms": "^3.679.0",
Expand Down

0 comments on commit e65afca

Please sign in to comment.