260223:1415 20260223 nextJS & nestJS Best pratices
All checks were successful
Build and Deploy / deploy (push) Successful in 4m44s
All checks were successful
Build and Deploy / deploy (push) Successful in 4m44s
This commit is contained in:
15
.agents/skills/nestjs-best-practices/scripts/package.json
Normal file
15
.agents/skills/nestjs-best-practices/scripts/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "nestjs-best-practices-scripts",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"description": "Build scripts for NestJS Best Practices skillset",
|
||||
"scripts": {
|
||||
"build": "npx ts-node build-agents.ts",
|
||||
"build:watch": "npx nodemon --watch ../rules --ext md --exec 'npx ts-node build-agents.ts'"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.0.0",
|
||||
"ts-node": "^10.9.0",
|
||||
"@types/node": "^20.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user