Skip to content

Commit 21c57cf

Browse files
committed
ci: fix
1 parent 9eca1df commit 21c57cf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/veno-ui/lib.fix.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import fs from 'node:fs'
33
import { globSync } from 'glob'
44
import { mkdirpSync } from 'mkdirp'
55

6-
globSync(['lib/**/*.mjs', 'lib/**/*.d.ts']).forEach(file => {
6+
globSync(['lib/**/*.js', 'lib/**/*.d.ts']).forEach(file => {
77
const code = fs.readFileSync(file, 'utf-8')
88

99
fs.writeFileSync(

packages/veno-ui/src/composables/layout/styles/_tools.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
flex: 1 1 auto;
99

1010
&--full-height {
11-
--ve-scrollbar-offset: inherit;
1211
height: 100%;
1312
}
14-
}
13+
}

0 commit comments

Comments
 (0)