Skip to content

Commit

Permalink
Merge pull request #4 from platforma-open/vladimir.antropov/update-tu…
Browse files Browse the repository at this point in the history
…rbo-json

chore: update turbo.json
  • Loading branch information
mike-ainsel authored Feb 10, 2025
2 parents 0202b6a + 8f2c50d commit 02dd934
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@
"tasks": {
"build": {
"inputs": ["$TURBO_DEFAULT$"],
"env": ["PL_PKG_DEV"],
"outputs": ["./dist/**"],
"outputs": ["./dist/**", "./block-pack/**", "./pkg-*.tgz"],
"dependsOn": ["^build"]
},
"build:dev": {
"dependsOn": ["build"],
"outputs": ["./dist/**"]
},
"test": {
"dependsOn": ["^build:dev", "build"],
"dependsOn": ["build"],
"passThroughEnv": ["PL_ADDRESS", "PL_TEST_PASSWORD", "PL_TEST_USER", "PL_TEST_PROXY", "DEBUG"]
},
"mark-stable": {
"passThroughEnv": ["PL_REGISTRY", "AWS_*"],
"cache": false
}
}
}

0 comments on commit 02dd934

Please sign in to comment.