Skip to content

Commit

Permalink
Merge pull request #47 from Code-Hammers/dev
Browse files Browse the repository at this point in the history
Merge Dev to Main
  • Loading branch information
brok3turtl3 authored Mar 16, 2024
2 parents d2aa24f + 8caa347 commit 4248956
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: build-tests
on:
pull_request:
branches:
- dev
jobs:
unit-testing:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
.env
dist/
coverage/
/client/build/
/client/build/
/server/config/serviceKey.json
5 changes: 5 additions & 0 deletions client/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ module.exports = {
turquoise: "#A3E1CC",
greenish: "#D4EBAE",
lightblue: "#B6D7FB",
primary: "#4682B4",
secondary: "#5F9EA0",
background: "#36454F",
text: "#F8F8FF",
cta: "#CD7F32",
},
},
},
Expand Down
3 changes: 3 additions & 0 deletions client/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ const HtmlWebPackPlugin = require("html-webpack-plugin");
require("dotenv").config();

module.exports = {
watchOptions: {
poll: 1000,
},
entry: "./src/index.tsx",
output: {
path: path.resolve(__dirname, "build"),
Expand Down

0 comments on commit 4248956

Please sign in to comment.