Skip to content

Commit

Permalink
Test data transform + CM Assertions generation
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleanych committed Oct 27, 2023
1 parent e06ea25 commit 45dba3e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,4 @@ junit_report.xml
node_modules
package-lock.json
infra/backend/src
.rmlmapper
2 changes: 1 addition & 1 deletion infra/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG PORT

ENV PORT=$PORT

RUN apt update && apt install -y make
RUN apt update && apt install -y make wget

# Create an application directory
RUN mkdir -p /app
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import FormControl from "@mui/material/FormControl";
import {Box} from '@mui/system';
import styles from './style/code-text-area.module.scss';
import variables from './style/variables.code-text-area.module.scss';
import {genericTripleMapFragmentsApi} from "../../../api/triple-map-fragments/generic";

const DEFAULT_GRAMMAR = 'text';
const DEFAULT_LANGUAGE = 'none';
Expand Down

0 comments on commit 45dba3e

Please sign in to comment.