UNPKG

@practica/create-node-app

Version:

Create Node.js app that is packed with best practices AND strive for simplicity

16 lines (15 loc) 292 B
{ "$schema": "https://turborepo.org/schema.json", "pipeline": { "build": { "dependsOn": ["^build"], "outputs": [".dist/**"] }, "lint": {}, "installDependencies": {}, "test": { "dependsOn": ["^build"], "outputs": ["test-reports/**"] } } }