Closed Mitsunee closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
fgo-timers | ✅ Ready (Inspect) | Visit Preview | Dec 23, 2022 at 3:48PM (UTC) |
yarn.lock
changesStatus | Count |
---|---|
37 | |
22 | |
7 |
https://github.com/Mitsunee/fgo-timers/pull/77/commits/65e463354f3e905696c6735018b9c655e279d362 broke CI by causing a merge conflict...
This and following build error expected due to static data bundlers not being implemented yet.
deployment errors should now stop
I have no clue how vercel is failing to find the types for commander
not sure with CI job is failing, the package is installed and present during preview deployments.
prepare
or can be forced to rerun withyarn build:svgo
.yarn prebuild
will also force-rebuild!upgrades.json
now only contains upgrades with quests inquests.json
(generated by prebuild phase 3) instead.Known Issues:
--require=nowarn.js
tsconfig.compilerOptions.basePath
andtsconfig.compilerOptions.paths
which thus cannot be used in anything related to legacy tests or scriptsmodule.exports.default
. Requires separating some utils between scripts (need to import and destructure the main entrypoint) and frontend (needs to import the file directly to manually do the treeshaking cjs files cannot do)--help
option of scriptsprepareCache()
. Can this be done prior so it isn't reran for every test?--globalSetup
option./tests/scripts-uvu
and will have to be replaced with jest tests (at which point tsm is not needed for testing anymore)Notes:
Deprecations:
The following things are deprecated and should not be used in new code as they are planned to be removed later:
./src/pages/UpgradesPage/components
)Required Cleanup after merge: