Skip to content

Commit

Permalink
Initial implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jackson authored and jackson committed Oct 10, 2024
1 parent 083a65a commit b44cb51
Show file tree
Hide file tree
Showing 29 changed files with 26,135 additions and 12,188 deletions.
8 changes: 4 additions & 4 deletions .drone-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ platform:
steps:
- name: Build and test front end
pull: if-not-exists
image: quay.io/ukhomeofficedigital/scala-sbt-nodejs:v1.2.0-beta1
image: quay.io/ukhomeofficedigital/scala-sbt-nodejs:v1.3.0a
environment:
CI: false
commands:
- cd react
- pwd && yarn install
- pwd && yarn build
- pwd && yarn test-ci
- pwd && npm install
- pwd && npm run build
- pwd && npm run test-ci
when:
event:
- push
Expand Down
1 change: 1 addition & 0 deletions react/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

8 changes: 8 additions & 0 deletions react/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@
/node_modules
/.pnp
.pnp.js
.pnp.cjs

.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# testing
/coverage

Expand Down
Loading

0 comments on commit b44cb51

Please sign in to comment.