Skip to content

Commit

Permalink
fix: add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Oct 28, 2024
1 parent 0ca11d8 commit ed6406a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:

- name: Deploy bootstrap config
run: |
aws s3 sync ./bootstrap-4.env s3://bootstrap-peerchecker-com-dist --delete
aws s3 sync ./dist s3://bootstrap-peerchecker-com-dist --delete
aws cloudfront create-invalidation --distribution-id ETKLQVXX2I9CQ --paths '/*';
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"scripts": {
"build": "mkdir -p dist && cp -r bootstrap-4.env dist/bootstrap-4.env"
}
}

0 comments on commit ed6406a

Please sign in to comment.