-
-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TASK: Handling extensibility module path (#3316)
The extensibility module path need only be changed to the dist folder for the NPM packages. The regular code base need to target the src folder. So we now have the adjust-extensibility command with a parameter and we switch the module path before the NPM Release and switch back to src before the git commit.
- Loading branch information
1 parent
f1db2ca
commit d48f9c8
Showing
5 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,6 @@ export NODE_OPTIONS="--max-old-space-size=4096" | |
nvm install && nvm use | ||
make clean && make setup | ||
make build-production | ||
make adjust-extensibility | ||
|
||
rm -Rf tmp_compiled_pkg | ||
git clone [email protected]:neos/neos-ui-compiled.git tmp_compiled_pkg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters