Skip to content

Commit

Permalink
adds readme for devs only (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas862 authored Nov 27, 2020
1 parent 65d19af commit 0fa4c6d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README_DEV.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Mollie readme for developers

## Module production build

After each pull request you can download module production build artifacts

## PHP-CS-FIXER

Its being applied automatically after each commit but if you want to run them locally the recommended way would be:
`docker run --rm -it -w=/app -v ${PWD}:/app oskarstark/php-cs-fixer-ga:latest`

0 comments on commit 0fa4c6d

Please sign in to comment.