mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
Add github action
This commit is contained in:
parent
1979f84dab
commit
20e0c1417d
17 changed files with 2038 additions and 2040 deletions
|
|
@ -66,7 +66,9 @@ const jsMin = () =>
|
|||
.pipe(rename({ suffix: '.min' }))
|
||||
.pipe(
|
||||
terser({
|
||||
output: {comments: false}
|
||||
output: {
|
||||
comments: false
|
||||
}
|
||||
})
|
||||
)
|
||||
.pipe(eol('\n', true))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue