Skip to content

Commit

Permalink
$mol_build create test.html after js
Browse files Browse the repository at this point in the history
  • Loading branch information
zerkalica committed Feb 7, 2025
1 parent 0ba3283 commit 0d3c5d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 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

0 comments on commit 0d3c5d8

Please sign in to comment.