Skip to content

Commit

Permalink
Merge pull request #170 from discipl/refactor/extract-clerk-frontend-…
Browse files Browse the repository at this point in the history
…to-npm-package

Extract clerk frontend to separate package
  • Loading branch information
Pim Otte authored Sep 8, 2020
2 parents 19deaf8 + 7912578 commit e3b81bd
Show file tree
Hide file tree
Showing 54 changed files with 16,680 additions and 9,167 deletions.
5 changes: 3 additions & 2 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -e

# Clerk frontend
cd clerk-frontend
cd waardepapieren-component
npm install > /dev/null
npm test
npm audit || [ $(date +%s) -lt 1593561613 ] # Temporarily disable until 1 july due to yargs-parser low severity issue in toolchain
Expand Down Expand Up @@ -32,5 +32,6 @@ do
done
echo "Dockers are booted"

cd clerk-frontend
cd haarlem-frontend
npm install
cypress run
74 changes: 0 additions & 74 deletions clerk-frontend/README.md

This file was deleted.

Binary file removed clerk-frontend/public/form-assets/newtemplate.png
Binary file not shown.
Binary file removed clerk-frontend/public/form-assets/template.png
Binary file not shown.
Loading

0 comments on commit e3b81bd

Please sign in to comment.