Commit Graph

1641 Commits

Author SHA1 Message Date
Tw93
f573e30284 🎨 format code 2025-08-29 18:15:05 +08:00
Tw93
9cb5db8bd3 🐛 Refactoring actions 2025-08-29 18:09:50 +08:00
Tw93
426ca447dd 🐛 Refactoring actions 2025-08-29 18:05:52 +08:00
Tw93
3d60bd673d 🐛 Refactoring actions 2025-08-29 18:01:52 +08:00
Tw93
1b94adc2a3 🎨 Refactoring actions 2025-08-29 17:30:37 +08:00
Tw93
ceeb2341e8 🐛 update yml 2025-08-29 11:50:21 +08:00
Tw93
f734c90c7c Merge branch 'main' of https://github.com/tw93/Pake 2025-08-29 10:42:59 +08:00
Tw93
d39ca98053 📝 Restructure the document 2025-08-29 10:42:47 +08:00
Tw93
36919eea76 🐛 update test 2025-08-29 00:00:50 +08:00
Tw93
73e5258859 🐛 format 2025-08-28 23:33:29 +08:00
Tw93
cc238cfd47 📝 Document structure adjustment 2025-08-28 22:40:50 +08:00
Tw93
8614c7211e 🐛 update use 2025-08-28 22:02:13 +08:00
Tw93
85acf72d02 🐛 update docs 2025-08-28 21:56:28 +08:00
Tw93
15051fbd0b Merge branch 'main' of https://github.com/tw93/Pake 2025-08-28 21:51:53 +08:00
Tw93
e99aa979ac 🐛 update 2025-08-28 21:51:47 +08:00
github-actions[bot]
689852f438 docs(contributor): contrib-readme-action has updated readme 2025-08-28 13:50:53 +00:00
github-actions[bot]
139315fa57 docs(contributor): contrib-readme-action has updated readme 2025-08-28 13:50:50 +00:00
github-actions[bot]
6f632d7527 docs(contributor): contrib-readme-action has updated readme 2025-08-28 13:50:49 +00:00
Tw93
a1124eea07 🐛 update docs 2025-08-28 21:50:22 +08:00
Tw93
fc9fc705fc 🔖 3.2.17 2025-08-28 20:23:39 +08:00
Tw93
8e9aae3db6 🐛 delete claude cli 2025-08-28 20:21:34 +08:00
Tw93
558fa15d24 🐛 update pnpm single app 2025-08-28 20:03:40 +08:00
Tw93
f5085c0176 Refactoring with documentation 2025-08-28 19:35:31 +08:00
Tw93
6630d1f170 🎨 Refactoring the test logic 2025-08-27 10:19:01 +08:00
Tw93
7357302327 🐛 Simplified test path finding 2025-08-27 09:57:31 +08:00
Tw93
6df6f300c8 🐛 debug windows action 2025-08-27 09:39:53 +08:00
Tw93
526e6635f1 🐛 debug windwos action 2025-08-27 09:39:36 +08:00
Tw93
a8c98aba6d 🐛 reset 2025-08-27 09:26:16 +08:00
Tw93
a98d28bbd4 🐛 reset 2025-08-26 22:14:13 +08:00
Tw93
67d8267e81 Revert "🐛 format"
This reverts commit b9cffc37b1.
2025-08-26 21:19:18 +08:00
Tw93
7f46bfb29f 🐛 update format 2025-08-26 21:10:07 +08:00
Tw93
21c83143a0 🐛 Fix packaging issues under Windows 2025-08-26 21:09:46 +08:00
Tw93
b9cffc37b1 🐛 format 2025-08-26 20:26:32 +08:00
Tw93
68ed17b3c8 🐛 Fix packaging issues under Windows 2025-08-26 20:25:29 +08:00
Tw93
c3a0700657 🎨 Fix packaging issues under Windows 2025-08-26 20:17:12 +08:00
Tw93
2685a801e3 🐛 Fix packaging issues under Windows 2025-08-26 20:03:55 +08:00
Tw93
441861c89f Automatic formatting 2025-08-26 19:42:00 +08:00
Tw93
0e11f7f647 🐛 Fix packaging issues under Windows 2025-08-26 19:38:02 +08:00
Tw93
88690b15ea 🐛 Fix pnpm packaging errors and refactor 2025-08-26 19:32:54 +08:00
Tw93
02463a72f6 🐛 update pnpm install 2025-08-26 15:52:58 +08:00
Tw93
057c611e79 🐛 Fix cli build 2025-08-26 15:47:04 +08:00
Tw93
4ea15b52ee 🐛 update lock 2025-08-26 15:34:26 +08:00
Tw93
e805f93ccc 🎨 Optimize the user experience of pnpm 2025-08-26 15:30:09 +08:00
Tw93
752623f3dd 🐛 update claude 2025-08-26 15:10:41 +08:00
Tw93
2b45a1f635 🎨 Change npm to pnpm 2025-08-26 15:10:06 +08:00
Tw93
f084b2fb75 📝 More authentic documentation 2025-08-26 15:08:01 +08:00
Tw93
bf36cd4700 🎨 update package 2025-08-25 13:58:51 +08:00
Tw93
20546d77df Merge pull request #1026 from Jason6987/fix-script-path
fix: correct script path typo (add missing 's'), update pake-cli.yaml
2025-08-25 12:59:19 +08:00
Luminall
acaf368690 fix: correct script path typo (add missing 's'), update pake-cli.yaml
- **When running "Build App With Pake CLI" GitHub Action, it throws `MODULE_NOT_FOUND` because path `script/` is missing an "s", fixed to `scripts/`**
- description:
- encountered an error while running the "Build App With Pake CLI" workflow
- searching through the repository files, I located the relevant file at: [Pake/scripts/github-action-build.js at bf12d85dc5 · tw93/Pake](bf12d85dc5/scripts/github-action-build.js)
- Upon verification, the correct path to this file within the repository is `scripts/github-action-build.js`.

- error message:
```
Run node ./script/github-action-build.js
node:internal/modules/cjs/loader:1368
  throw err;
  ^

Error: Cannot find module 'D:\a\Pake\Pake\script\github-action-build.js'

错误:找不到模块 'D:\a\Pake\Pake\script\github-action-build.js'
    at Function._resolveFilename (node:internal/modules/cjs/loader:1365:15)
    at defaultResolveImpl (node:internal/modules/cjs/loader:1021:19)
    at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1026:22)
    at Function._load (node:internal/modules/cjs/loader:1175:37)
    at TracingChannel.traceSync (node:diagnostics_channel:322:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:235:24)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:171:5)
    at node:internal/main/run_main_module:36:49 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

Node.js v22.18.0
Error: Process completed with exit code 1.
```

Signed-off-by: Luminall <140222795+Jason6987@users.noreply.github.com>
2025-08-25 11:02:33 +08:00
Tw93
ae2c5e0a17 💄 format 2025-08-23 20:49:42 +08:00