@@ -44,37 +44,37 @@ module.exports = {
4444 const actions = [
4545 {
4646 type : 'add' ,
47- path : 'containers/{{properCase name}}/index.js' ,
47+ path : '../../../ containers/{{properCase name}}/index.js' ,
4848 templateFile : './container/class.js.hbs' ,
4949 abortOnFail : true ,
5050 } ,
5151 {
5252 type : 'add' ,
53- path : 'containers/{{properCase name}}/logic.js' ,
53+ path : '../../../ containers/{{properCase name}}/logic.js' ,
5454 templateFile : './container/logic.js.hbs' ,
5555 abortOnFail : true ,
5656 } ,
5757 {
5858 type : 'add' ,
59- path : 'containers/{{properCase name}}/store.js' ,
59+ path : '../../../ containers/{{properCase name}}/store.js' ,
6060 templateFile : './container/store.js.hbs' ,
6161 abortOnFail : true ,
6262 } ,
6363 {
6464 type : 'add' ,
65- path : 'containers/{{properCase name}}/styles/index.js' ,
65+ path : '../../../ containers/{{properCase name}}/styles/index.js' ,
6666 templateFile : './container/styles.js.hbs' ,
6767 abortOnFail : true ,
6868 } ,
6969 {
7070 type : 'add' ,
71- path : 'containers/{{properCase name}}/tests/index.test.js' ,
71+ path : '../../../ containers/{{properCase name}}/tests/index.test.js' ,
7272 templateFile : './container/test.js.hbs' ,
7373 abortOnFail : true ,
7474 } ,
7575 {
7676 type : 'add' ,
77- path : 'containers/{{properCase name}}/tests/store.test.js' ,
77+ path : '../../../ containers/{{properCase name}}/tests/store.test.js' ,
7878 templateFile : './container/store.test.js.hbs' ,
7979 abortOnFail : true ,
8080 } ,
@@ -83,7 +83,7 @@ module.exports = {
8383 if ( data . wantSchema ) {
8484 actions . push ( {
8585 type : 'add' ,
86- path : 'containers/{{properCase name}}/schema.js' ,
86+ path : '../../../ containers/{{properCase name}}/schema.js' ,
8787 templateFile : './container/schema.js.hbs' ,
8888 abortOnFail : true ,
8989 } )
@@ -93,7 +93,7 @@ module.exports = {
9393 if ( data . wantI18n ) {
9494 actions . push ( {
9595 type : 'add' ,
96- path : 'containers/{{properCase name}}/lang.js' ,
96+ path : '../../../ containers/{{properCase name}}/lang.js' ,
9797 templateFile : './container/lang.js.hbs' ,
9898 abortOnFail : true ,
9999 } )
0 commit comments