Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI/CD Pipeline

on:
push:
branches: [ main, master, develop ]
branches: [ main, master, develop, monolithic_to_moduler ]
pull_request:
branches: [ main, master, develop ]
branches: [ main, master, develop, monolithic_to_moduler ]
workflow_dispatch:

permissions:
Expand Down Expand Up @@ -41,9 +41,7 @@ jobs:
ls -la dist/
test -f dist/index.html
test -f dist/style/media.min.css
test -f dist/script/media.min.js
test -f dist/favicon.ico
test -f dist/data/sample.mp4
test -f dist/index.min.js
echo "✅ Build validation passed"

- name: Setup GitHub Pages
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.16.0
24.0.0
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22
24
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
"explorer.fileNesting.expand": false,
"explorer.fileNesting.patterns": {
"README.md": "*.md, .gitignore, *.ico, LICENSE",
"package.json": "*.json, .nvmrc, .node-version, .yarnrc, .yarnrc.yml, .yarnrc.yaml",
"index.html": "*.js"
"package.json": "*.json, .nvmrc, .node-version, .yarnrc, .yarnrc.yml, .yarnrc.yaml, rollup.config.js, rollup.config.mjs, rollup.config.cjs, rollup.config.ts, tsconfig.json, tsconfig.*.json",
"index.js": "*.js",
"index.html": "*.js, *.css, *.ico"
},
"cSpell.words": []
}
85 changes: 0 additions & 85 deletions build.js

This file was deleted.

Loading
Loading