chore: reorganize complicated hooks into their own files
Some checks failed
continuous-integration/drone Build is failing
Some checks failed
continuous-integration/drone Build is failing
This commit is contained in:
parent
2d4d097560
commit
7f991b2b09
@ -8,7 +8,7 @@ trigger:
|
||||
- main
|
||||
steps:
|
||||
- name: build
|
||||
image: node:18-alpine
|
||||
image: node:20-alpine
|
||||
environment:
|
||||
NPM_TOKEN:
|
||||
from_secret: NPM_TOKEN
|
||||
|
||||
@ -100,7 +100,7 @@ export function html(opts: {
|
||||
htmlFileNames = "[name].html",
|
||||
resolve = ()=>true,
|
||||
include = [
|
||||
'**/*.(html)',// html or handlebars
|
||||
'**/*.(html)',// html
|
||||
],
|
||||
exclude,
|
||||
} = opts;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user