File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 - name : build application
2323 run : |
2424 bun bake
25- cp LICENSE dist/
25+ cp LICENSE.txt dist/
2626 - name : check build artifacts
2727 run : |
2828 # dirs
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ RUN rm -rf \
4848 Dockerfile \
4949 docs \
5050 node_modules \
51- LICENSE \
51+ LICENSE.txt \
5252 OSSMETADATA \
5353 package*.json \
5454 README.md \
File renamed without changes.
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ The CI/CD system consists of 10 workflow files that handle:
6969
7070- ` docs/** `
7171- ` **/*.md `
72- - ` LICENSE `
72+ - ` LICENSE.txt `
7373- ` OSSMETADATA `
7474- ` .gitattributes `
7575- ` .gitignore `
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ text0wnz/
2727├── Dockerfile # Production Docker image
2828├── docs/ # Documentation files
2929├── eslint.config.js # ESLint configuration
30- ├── LICENSE # MIT license
30+ ├── LICENSE.txt # MIT license
3131├── node_modules/ # Dependencies (gitignored)
3232├── OSSMETADATA # Open source metadata
3333├── package.json # Package configuration
You can’t perform that action at this time.
0 commit comments