diff options
| author | Yash <[email protected]> | 2024-04-11 04:52:44 +0000 |
|---|---|---|
| committer | Yash <[email protected]> | 2024-04-11 04:52:44 +0000 |
| commit | 6dcc7d18c9be5e3a5e0a3ff60668424ee0158b4e (patch) | |
| tree | 179aa936536510cc707368fc7c330c4c7fbdc3f8 /turbo.json | |
| parent | novel editor (diff) | |
| parent | save user ID with url to ensure that same website can be saved by users (diff) | |
| download | supermemory-new-ui.tar.xz supermemory-new-ui.zip | |
Merge branch 'main' of https://github.com/Dhravya/supermemory into new-uinew-ui
Diffstat (limited to 'turbo.json')
| -rw-r--r-- | turbo.json | 28 |
1 files changed, 6 insertions, 22 deletions
@@ -2,39 +2,23 @@ "$schema": "https://turbo.build/schema.json", "pipeline": { "build": { - "outputs": [ - ".next/**", - "!.next/cache/**" - ] + "outputs": [".next/**", "!.next/cache/**"] }, "deploy": { - "dependsOn": [ - "build", - "test", - "lint" - ] + "dependsOn": ["build", "test", "lint"] }, "db:push": {}, "db:studio": {}, "test": { - "dependsOn": [ - "build" - ], - "inputs": [ - "src/**/*.tsx", - "src/**/*.ts", - "test/**/*.ts", - "test/**/*.tsx" - ] + "dependsOn": ["build"], + "inputs": ["src/**/*.tsx", "src/**/*.ts", "test/**/*.ts", "test/**/*.tsx"] }, "lint": {}, "type-check": {}, "dev": { - "env": [ - "NODE_ENV=development" - ], + "env": ["NODE_ENV=development"], "cache": false, "persistent": true } } -}
\ No newline at end of file +} |