Skip to content

Commit ca8848b

Browse files
committed
build: wire in phoenix pro actual folder build
1 parent ee8e2b9 commit ca8848b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

gulpfile.js/optional-build.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)