Skip to content

Commit

Permalink
fix: remove test script (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav-affinidi authored Feb 3, 2025
1 parent cb3339b commit fda0500
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/dart/auth_provider/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"options": {
"cwd": "{projectRoot}",
"commands": [
"[ -z \"$RELEASE_VERSION\" ] && echo 'ERROR: RELEASE_VERSION is not set.' && exit 1",
"sed -i \"s|^version: .*|version: ${RELEASE_VERSION}|\" pubspec.yaml",
"dart pub publish --skip-validation --force"
],
Expand Down
1 change: 0 additions & 1 deletion packages/dart/common/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"options": {
"cwd": "{projectRoot}",
"commands": [
"[ -z \"$RELEASE_VERSION\" ] && echo 'ERROR: RELEASE_VERSION is not set.' && exit 1",
"sed -i '' \"s|^version: .*|version: ${RELEASE_VERSION}|\" pubspec.yaml",
"dart pub publish --skip-validation --force"
],
Expand Down
1 change: 0 additions & 1 deletion packages/dart/consumer_auth_provider/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"options": {
"cwd": "{projectRoot}",
"commands": [
"[ -z \"$RELEASE_VERSION\" ] && echo 'ERROR: RELEASE_VERSION is not set.' && exit 1",
"sed -i '' \"s|^version: .*|version: ${RELEASE_VERSION}|\" pubspec.yaml",
"dart pub publish --skip-validation --force"
],
Expand Down
1 change: 0 additions & 1 deletion packages/dart/cryptography/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"options": {
"cwd": "{projectRoot}",
"commands": [
"[ -z \"$RELEASE_VERSION\" ] && echo 'ERROR: RELEASE_VERSION is not set.' && exit 1",
"sed -i \"s|^version: .*|version: ${RELEASE_VERSION}|\" pubspec.yaml",
"dart pub publish --skip-validation --force"
],
Expand Down

0 comments on commit fda0500

Please sign in to comment.