mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-05 22:19:46 -06:00
fix: add column, line, and method check to integrity check (#25094)
This commit is contained in:
@@ -17,6 +17,8 @@ const getBinaryEntryPointSource = async () => {
|
||||
bundle: true,
|
||||
platform: 'node',
|
||||
write: false,
|
||||
minify: true,
|
||||
treeShaking: true,
|
||||
})
|
||||
|
||||
return esbuildResult.outputFiles[0].text
|
||||
|
||||
Reference in New Issue
Block a user