Skip to content

Commit

Permalink
Remove version.ts and delete all occurrences of it
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelMoeri committed Jan 23, 2025
1 parent a39345c commit 6693139
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ yarn-error.log
/libpeerconnection.log
testem.log
/typings
/src/app/version.ts

# System files
.DS_Store
Expand Down
1 change: 0 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"watch:prod": "ng build --watch",
"test": "jest --silent",
"prestart": "cp scripts/pre-commit ../.git/hooks/ && chmod +x ../.git/hooks/pre-commit && echo 'hook copied'",
"prebuild": "version=$(grep -oP '<version>\\K.*(?=-SNAPSHOT</version>)' ../pom.xml); echo \"export const version = 'v$version';\" > src/app/version.ts\n",
"cypress:open": "cypress open",
"cypress:run": "cypress run --browser chrome",
"cypress:open-test": "concurrently \"npm start\" \"cypress open\"",
Expand Down
1 change: 0 additions & 1 deletion frontend/src/app/version.ts

This file was deleted.

0 comments on commit 6693139

Please sign in to comment.