Skip to content

Commit

Permalink
Merge pull request #401 from bluewave-labs/hint-develop-merged
Browse files Browse the repository at this point in the history
Hint develop merged
  • Loading branch information
erenfn authored Dec 20, 2024
2 parents 7448e08 + c9b2b8d commit f13ddd2
Show file tree
Hide file tree
Showing 56 changed files with 7,622 additions and 4,324 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ jobs:
working-directory: ./frontend
run: npm run build --if-present

- name: Run tests for backend
working-directory: ./backend
run: npm test

- name: Run tests for frontend
working-directory: ./frontend
run: npm test

- name: Run tests for backend
working-directory: ./backend
run: npm test

- name: Run Docker container
run: docker compose up --build -d
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ RUN apk update && apk add bash && rm -rf /var/cache/apk/*

WORKDIR /app

COPY package*.json ./
COPY package.json ./

RUN rm -rf package-lock.json && npm install
RUN npm install

COPY . .

Expand Down
4 changes: 2 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ RUN apk update && apk add bash && rm -rf /var/cache/apk/*

WORKDIR /app

COPY package*.json ./
COPY package.json ./

RUN rm -rf package-lock.json && npm install
RUN npm install

COPY . .

Expand Down
7 changes: 3 additions & 4 deletions frontend/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bluewave Onboarding</title>
<script type="module" crossorigin src="/assets/index-BZ7MeYpO.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CpCaKGtQ.css">
<script type="module" crossorigin src="/assets/index-Dm-A1Y3b.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BMxzGzfc.css">
</head>

<body>
<div id="root"></div>

</body>

</html>
</html>
Loading

0 comments on commit f13ddd2

Please sign in to comment.