fix: Windows CI — resolve paths in validation, remove unused constant
- normalizeForCompare and isPathWithinRoot now use path.resolve() for consistent drive-letter handling on Windows - Remove unused TOOL_VERSION constant (ESLint no-unused-vars)
This commit is contained in:
parent
20d563d737
commit
91e39cd462
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ import { version as APP_VERSION } from '../../../../package.json';
|
||||||
import { atomicWriteAsync } from './atomicWrite';
|
import { atomicWriteAsync } from './atomicWrite';
|
||||||
|
|
||||||
const TOOL_FILE_NAME = 'teamctl.js';
|
const TOOL_FILE_NAME = 'teamctl.js';
|
||||||
const TOOL_VERSION = 11;
|
|
||||||
|
|
||||||
function buildTeamCtlScript(version: string): string {
|
function buildTeamCtlScript(version: string): string {
|
||||||
const script = String.raw`#!/usr/bin/env node
|
const script = String.raw`#!/usr/bin/env node
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue