Skip to content

Commit

Permalink
feat(poc init): continued Project releasing ctp.alumni.advice
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelWitke committed Aug 16, 2021
1 parent dd1c5a9 commit 259062d
Show file tree
Hide file tree
Showing 78 changed files with 43,737 additions and 1,128 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Build and Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1

- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
npm ci
npm run affected:test
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist/apps/react
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,11 @@ testem.log
# System Files
.DS_Store
Thumbs.db

/apps/ctp.alumni.advice/node_modules
/apps/ctp.alumni.advice/public
/apps/ctp.alumni.advice/.cache

/apps/ctp.alumni.app/node_modules
/apps/ctp.alumni.app/public
/apps/ctp.alumni.app/.cache
1 change: 1 addition & 0 deletions .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
exec < /dev/tty && node_modules/.bin/cz --hook || true
8 changes: 8 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@

/dist
/coverage

/apps/ctp.alumni.advice/node_modules
/apps/ctp.alumni.advice/public
/apps/ctp.alumni.advice/.cache

/apps/ctp.alumni.app/node_modules
/apps/ctp.alumni.app/public
/apps/ctp.alumni.app/.cache
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}
4 changes: 0 additions & 4 deletions apps/ctp.alumni.advice/.babelrc

This file was deleted.

16 changes: 0 additions & 16 deletions apps/ctp.alumni.advice/.browserslistrc

This file was deleted.

249 changes: 0 additions & 249 deletions apps/ctp.alumni.advice/.eslintrc.json

This file was deleted.

14 changes: 0 additions & 14 deletions apps/ctp.alumni.advice/babel-jest.config.json

This file was deleted.

13 changes: 0 additions & 13 deletions apps/ctp.alumni.advice/jest.config.js

This file was deleted.

Loading

0 comments on commit 259062d

Please sign in to comment.