Skip to content

Commit

Permalink
$mol_build ensure added in build test
Browse files Browse the repository at this point in the history
  • Loading branch information
zerkalica committed Feb 7, 2025
1 parent 0d3c5d8 commit df144c3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build/build.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -688,14 +688,14 @@ namespace $ {
@ $mol_action
bundleAll( path: string ) {

this.bundle([ path , 'index.html' ])
this.bundle([ path , 'test.html' ])

this.bundleAllWeb(path)
this.bundleAllWebAudit(path)
this.bundleAllNode(path)
this.bundleAllNodeAudit(path)

this.bundle([ path , 'index.html' ])
this.bundle([ path , 'test.html' ])

this.bundle([ path , 'package.json' ])
this.bundle([ path , 'readme.md' ])

Expand Down Expand Up @@ -1017,6 +1017,7 @@ namespace $ {

const start = this.now()

this.modEnsure(path)
const pack = $mol_file.absolute( path )
const source = pack.resolve( 'index.html' )
const target = pack.resolve( `-/test.html` )
Expand Down

0 comments on commit df144c3

Please sign in to comment.