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 6289c60 commit de9fb12
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 @@ -64,7 +64,7 @@
"scripts": {
"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",
"preinstall": "npm run safeBuildTSTypesFromBEServices",
"prestart": "npm run safeBuildTSTypesFromBEServices",
"start": "react-scripts start",
"prebuild": "npm run safeBuildTSTypesFromBEServices",
Expand Down

0 comments on commit de9fb12

Please sign in to comment.