Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsln committed Jan 23, 2025
1 parent df7c939 commit 66f8755
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
# If tags aren't fetched the bin/post-build-localized.js script will leave fields in generated/version.json empty
# If tags aren't fetched the bin/post-build-version-info.js script will leave fields in generated/version.json empty
# https://github.com/actions/checkout/issues/701
fetch-depth: 0
- name: 'GitHub Slug Action'
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start-nl": "ng serve app --configuration=nl",
"build": "ng build app",
"build-localized": "ng build app --localize",
"postbuild-localized": "node bin/post-build-localized.js && node bin/post-build-compress.js",
"postbuild-localized": "node bin/post-build-version-info.js && node bin/post-build-compress.js",
"watch": "ng build --watch --configuration development app",
"test": "jest --max-workers=4",
"test:ci": "jest --ci --collect-coverage --reporters=default --reporters=jest-junit",
Expand Down

0 comments on commit 66f8755

Please sign in to comment.