Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy0251 committed Jan 16, 2022
1 parent 6198a4f commit ef9ca89
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
go-version: '^1.17.5'

- uses: actions/setup-node@v1
with:
node-version: '16'

- name: Build frontend
run: |
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/deploy-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ jobs:
- name: Checkout
uses: actions/[email protected]

- uses: actions/setup-go@v2
with:
go-version: '^1.17.5'

- uses: actions/setup-node@v1
with:
node-version: '16'

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down
2 changes: 2 additions & 0 deletions vue-frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ export default {
</script>

<style lang="scss">
@import "~bootstrap/dist/css/bootstrap.min.css";
@font-face {
font-family: "Product Sans";
font-style: normal;
Expand Down
5 changes: 4 additions & 1 deletion vue-frontend/src/assets/scss/custom.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
@import "~bootstrap/scss/bootstrap";
// Do not add CSS rules here, this file will end up being imported in all components

@import "~bootstrap/scss/functions";
@import "~bootstrap/scss/variables";
@import "~bootstrap/scss/mixins";

0 comments on commit ef9ca89

Please sign in to comment.