Skip to content

Commit

Permalink
Nav Impementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jackson authored and jackson committed Oct 10, 2024
1 parent a50e388 commit 788f11a
Show file tree
Hide file tree
Showing 27 changed files with 10,933 additions and 8,151 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 @@

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

.yarn

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

Expand Down
Loading

0 comments on commit 788f11a

Please sign in to comment.