Skip to content

Commit

Permalink
release(18.0.0): release 18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Jul 2, 2024
1 parent 67d0b2a commit 2319146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schematics/application/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function removeOrginalFiles(): Rule {
`${project.root}/README.md`,
`${project.sourceRoot}/main.ts`,
`${project.sourceRoot}/styles.less`,
`${project.sourceRoot}/favicon.ico`,
`${project.sourceRoot}/public/favicon.ico`,
`${project.sourceRoot}/app/app.component.spec.ts`,
`${project.sourceRoot}/app/app.component.ts`,
`${project.sourceRoot}/app/app.component.html`,
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/build-schematics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ copyFiles() {
# mock
"${1}_mock/_user.ts|${2}application/files/root/_mock/"
# src
"${1}src/favicon.ico|${2}application/files/src/"
"${1}public/favicon.ico|${2}application/files/public/"
"${1}src/typings.d.ts|${2}application/files/src/"
"${1}src/environments|${2}application/files/src/"
"${1}src/styles|${2}application/files/src/"
Expand Down

0 comments on commit 2319146

Please sign in to comment.