-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: fixed issue of build and installation * refactor: added @edx/eslint-config and fixed auto linting issues * fix: fixed default-param-last and some other errors * fix: build dependency fixed * fix: added babel eslint config and auto fixed errors * fix: fixed spacing and forammting errors * refactor: added proptypes of asstes and asset list types * refactor: added remaining proptype details * refactor: fixed import issues * refactor: fixed unused refs issue * fix: fixed crashing unit tests * fix: reverted pagination component to class to fix unit test * refactor: added acorn dependency * refactor: improved coverage * refactor: moved enzyme from depencies to devDependency * fix: removed unnecessary acorn package
- Loading branch information
1 parent
13e614a
commit 410c0e6
Showing
77 changed files
with
19,747 additions
and
5,004 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 |
---|---|---|
|
@@ -7,13 +7,9 @@ RUN npm i -g [email protected] | |
|
||
WORKDIR /prebuilt | ||
COPY config/ config/ | ||
COPY src/accessibilityIndex.jsx src/accessibilityIndex.jsx | ||
COPY src/courseHealthCheckIndex.jsx src/courseHealthCheckIndex.jsx | ||
COPY src/courseOutlineHealthCheckIndex.jsx src/courseOutlineHealthCheckIndex.jsx | ||
COPY src/data/i18n/locales src/data/i18n/locales | ||
COPY src/editImageModalIndex.jsx src/editImageModalIndex.jsx | ||
COPY src/index.jsx src/index.jsx | ||
COPY src/ src/ | ||
COPY package.json . | ||
COPY package-lock.json . | ||
RUN npm install | ||
|
||
WORKDIR /studio-frontend | ||
|
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
Oops, something went wrong.