File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 41
41
"clean:dll" : " npm run rimraf -- dll" ,
42
42
"clean:compile" : " npm run rimraf -- \" compiled\" " ,
43
43
"clean:publish" : " npm run rimraf -- \" /var/www/html/*.*\" \" /var/www/html/assets\" " ,
44
- "clean:publish:test" : " npm run rimraf -- \" /var/www/test/*.*\" \" /var/www/test/assets\" " ,
44
+ "clean:publish:test" : " npm run rimraf -- \" /var/www/html/ test/*.*\" \" /var/www/html /test/assets\" " ,
45
45
"prodserver" : " node prodserver" ,
46
46
"publish" : " npm run build:aot:prod:publish" ,
47
47
"publish:noclean" : " npm run build:aot:prod:publish:noclean" ,
Original file line number Diff line number Diff line change
1
+ User-agent: *
2
+ Disallow: /test/
Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ const clientConfig = (function webpackConfig(): WebpackConfig {
313
313
314
314
if ( ! DLL ) {
315
315
config . output = {
316
- path : PUBLISH ? ( ! TEST ? '/var/www/html' : '/var/www/test' ) : root ( 'dist' ) ,
316
+ path : PUBLISH ? ( ! TEST ? '/var/www/html' : '/var/www/html/ test' ) : root ( 'dist' ) ,
317
317
filename : ! PROD ? '[name].bundle.js' : '[name].[chunkhash].bundle.js' ,
318
318
sourceMapFilename : ! PROD ? '[name].bundle.map' : '[name].[chunkhash].bundle.map' ,
319
319
chunkFilename : ! PROD ? '[id].chunk.js' : '[id].[chunkhash].chunk.js'
You can’t perform that action at this time.
0 commit comments