feat(scripts): add use-preview-builds.ts helper script #90
Annotations
10 errors and 1 warning
scripts/use-preview-builds.ts#L124
Missing JSDoc @param "pkgName" declaration
|
scripts/use-preview-builds.ts#L128
Expected @param names to be "path, pkgName". Got "path, pkg"
|
scripts/use-preview-builds.ts#L131
Replace `path:·string,·pkgName:·string` with `⏎··path:·string,⏎··pkgName:·string,⏎`
|
scripts/use-preview-builds.ts#L132
Replace `'--cwd',·path,·'why',·pkgName,·'--json'` with `⏎····'--cwd',⏎····path,⏎····'why',⏎····pkgName,⏎····'--json',⏎··`
|
scripts/use-preview-builds.ts#L172
Missing JSDoc @param "pkgPreviewVersion" declaration
|
scripts/use-preview-builds.ts#L175
Expected @param names to be "pkgPreviewVersion". Got "pkgPreviewName"
|
scripts/use-preview-builds.ts#L179
Use the 'u' flag
|
scripts/use-preview-builds.ts#L183
Insert `,`
|
scripts/use-preview-builds.ts#L227
'pkgVersion' is already declared in the upper scope on line 222 column 11
|
scripts/use-preview-builds.ts#L232
Replace `pkgPreviewName,·previews` with `⏎······pkgPreviewName,⏎······previews,⏎····`
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading