Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resolve-tspaths #2

Conversation

delphiactual
Copy link

Use tsconfig and resolve-tspaths to solve pathing issue.

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
src/main.ts Outdated
@@ -75,7 +75,7 @@ let totalTscRuntime = 0;
registerWriteHook((fileName) => {
if (toCompileOutputs.includes(basename(fileName)) && basename(dirname(fileName)) === 'data') {
const t = process.hrtime();
const result = spawnSync(process.platform === 'win32' ? 'yarn.cmd' : 'yarn', ['tsc'], {
const result = spawnSync(process.platform === 'win32' ? 'yarn.cmd' : 'yarn', ['build'], {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to regenerate ts-paths every time we run tsc.

delphiactual and others added 24 commits September 1, 2023 09:04
….23.08.31.2000-1-bnet.51994

[D2AI] Manifest Update
….23.09.18.1805-1-bnet.52208

[D2AI] Manifest Update
Bumps [Destiny-2-Font-Symbols](https://github.com/nathanrsxtn/Destiny-2-Font-Symbols) from `c247cef` to `6b65d7f`.
- [Release notes](https://github.com/nathanrsxtn/Destiny-2-Font-Symbols/releases)
- [Commits](nathanrsxtn/destiny-2-font-symbols@c247cef...6b65d7f)

---
updated-dependencies:
- dependency-name: Destiny-2-Font-Symbols
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…/Destiny-2-Font-Symbols-6b65d7f

Bump Destiny-2-Font-Symbols from `c247cef` to `6b65d7f`
…tives

ritual weapon reissues are not ritual weapons
@delphiactual delphiactual deleted the d2ai-speedup-paths branch December 4, 2023 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
6 participants