Skip to content

Commit

Permalink
fix: build and install on dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
ihor-romaniuk committed Jan 6, 2025
1 parent bfece0f commit abeaa00
Show file tree
Hide file tree
Showing 8 changed files with 12,136 additions and 6,863 deletions.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ IGNORED_ERROR_REGEX=
MFE_CONFIG_API_URL=
APP_ID=
SUPPORT_URL=https://support.edx.org
PARAGON_THEME_URLS={}
#PARAGON_THEME_URLS={}
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build:
@# --copy-files will bring in everything else that wasn't processed by babel. Remove what we don't want.
@find dist -name '*.test.js*' -delete
rm ./dist/setupTest.js
cp ./package.json ./dist/package.json
# cp ./package.json ./dist/package.json
cp ./LICENSE ./dist/LICENSE
cp ./README.md ./dist/README.md

Expand Down
4 changes: 2 additions & 2 deletions dist/config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/config.js.map

Large diffs are not rendered by default.

88 changes: 0 additions & 88 deletions dist/package.json

This file was deleted.

Loading

0 comments on commit abeaa00

Please sign in to comment.