File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ require.extensions['.html'] = function (module, filename) {
12
12
} ;
13
13
14
14
const repoRoot = path . resolve ( __dirname , '../' ) ;
15
- const demoBuiltRoot = path . join ( repoRoot , 'demo-built' ) ;
16
- const demoBuilt = path . join ( demoBuiltRoot , 'redux-autoform-bootstrap-ui' ) ;
15
+ const demoBuilt = path . join ( repoRoot , 'demo-built' ) ;
16
+ // const demoBuilt = path.join(demoBuiltRoot, 'redux-autoform-bootstrap-ui');
17
17
18
18
const licenseSrc = path . join ( repoRoot , 'LICENSE' ) ;
19
19
const licenseDest = path . join ( demoBuilt , 'LICENSE' ) ;
@@ -25,8 +25,7 @@ if (process.env.NODE_ENV !== 'production') {
25
25
process . exit ( ) ;
26
26
}
27
27
28
- rimraf ( demoBuiltRoot )
29
- . then ( ( ) => fsep . mkdir ( demoBuiltRoot ) )
28
+ rimraf ( demoBuilt )
30
29
. then ( ( ) => fsep . mkdir ( demoBuilt ) )
31
30
. then ( ( ) => {
32
31
console . log ( 'writing static page files...' ) ;
You can’t perform that action at this time.
0 commit comments