Skip to content

Commit

Permalink
chore: CI fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Czeladka committed Aug 7, 2023
1 parent b5b0516 commit 6289c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/cip-1694/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"sort-package-json": "^2.5.1"
},
"scripts": {
"buildTSTypesFromBEServices": "cd ../../backend-services/voting-app/ && ./gradlew clean buildAndCopyTypescriptTypes && cd ../../backend-services/voting-verification-app/ && ./gradlew clean buildAndCopyTypescriptTypes;",
"buildTSTypesFromBEServices": "cd ../../backend-services/voting-app/ && ./gradlew buildAndCopyTypescriptTypes && cd ../../backend-services/voting-verification-app/ && ./gradlew buildAndCopyTypescriptTypes;",
"safeBuildTSTypesFromBEServices": "path-exists ../cip-1694/src/types/backend-services-types.ts && echo 'backend-services-types.ts exists' || npm run buildTSTypesFromBEServices",
"preinstall": "npm run buildTSTypesFromBEServices",
"prestart": "npm run safeBuildTSTypesFromBEServices",
Expand Down

0 comments on commit 6289c60

Please sign in to comment.