Skip to content

Commit 0531f87

Browse files
committed
refactor: update package configuration and build process
1 parent cdd9379 commit 0531f87

19 files changed

Lines changed: 2222 additions & 121 deletions

.github/workflows/node-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: 🧪 Run tests
3333
run: npm run test
3434

35-
- name: 🏗️ Build project
36-
run: npm run compile
35+
- name: 🏗️ Build and Start
36+
run: npm run build:start
3737

3838
- name: 📦🔍 Check outdated dependencies
3939
run: |

file-banner-lic.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
"**/*.json",
1515
"**/*.txt",
1616
"**/*.xml",
17-
"docs/**/*"
17+
"docs/**/*",
18+
"**.config.ts",
19+
"**.config.js",
20+
"**.config.cjs",
21+
"**.config.mjs"
1822
],
1923
"defaultFormat": {
2024
"prepend": "/*",

0 commit comments

Comments
 (0)