File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Thumbs.db
1313/src /appConfig.js
1414/src /extensionsIntegrated /pro-loader.js
1515/test /pro-test-suite.js
16- /src /extensionsIntegrated /phoenix-pro-temp
16+ /src /extensionsIntegrated /phoenix-pro
1717
1818# ignore node_modules inside src
1919/src /node_modules
Original file line number Diff line number Diff line change @@ -40,8 +40,7 @@ function clonePhoenixProRepo() {
4040
4141 const proRepoUrl = process . env . PRO_REPO_URL ;
4242 const proRepoToken = process . env . PRO_REPO_ACCESS_TOKEN ;
43- // TODO: Change pack to phoenix-pro folder after porting is complete
44- const targetDir = path . resolve ( __dirname , '../src/extensionsIntegrated/phoenix-pro-temp' ) ;
43+ const targetDir = path . resolve ( __dirname , '../src/extensionsIntegrated/phoenix-pro' ) ;
4544
4645 // Check if repository URL is set
4746 if ( ! proRepoUrl ) {
You can’t perform that action at this time.
0 commit comments