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
|
- main
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: node:18-alpine
|
image: node:20-alpine
|
||||||
environment:
|
environment:
|
||||||
NPM_TOKEN:
|
NPM_TOKEN:
|
||||||
from_secret: NPM_TOKEN
|
from_secret: NPM_TOKEN
|
||||||
|
|||||||
@ -100,7 +100,7 @@ export function html(opts: {
|
|||||||
htmlFileNames = "[name].html",
|
htmlFileNames = "[name].html",
|
||||||
resolve = ()=>true,
|
resolve = ()=>true,
|
||||||
include = [
|
include = [
|
||||||
'**/*.(html)',// html or handlebars
|
'**/*.(html)',// html
|
||||||
],
|
],
|
||||||
exclude,
|
exclude,
|
||||||
} = opts;
|
} = opts;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user