Skip to content

Commit ad65d32

Browse files
committed
Minor nits
1 parent 0759df5 commit ad65d32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.config/rollup.dist.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function moveDtsFilesSync(namePattern, srcPath, destPath) {
6868
}
6969

7070
function copyInitGradle() {
71-
const filepath = path.join(rootSrcPath, 'commands', 'manifest', 'init.gradle')
71+
const filepath = path.join(rootSrcPath, 'commands/manifest/init.gradle')
7272
const destPath = path.join(rootDistPath, 'init.gradle')
7373
copyFileSync(filepath, destPath)
7474
}

src/utils/alert/artifact.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { getPublicToken } from '../sdk'
77

88
import type { IncomingMessage } from 'node:http'
99

10-
export type CveAlertType = 'criticalCVE' | 'cve' | 'mediumCVE' | 'mildCVE'
10+
export type CveAlertType = 'cve' | 'mediumCVE' | 'mildCVE' | 'criticalCVE'
1111

1212
export type ArtifactAlertCveFixable = Omit<
1313
SocketArtifactAlert,

0 commit comments

Comments
 (0)