Skip to content

Commit f464253

Browse files
committed
unneeded defines
1 parent 12b9b1f commit f464253

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

scripts/lint

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env bash
22
set -e
3-
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/..
43

54
docker build -t "php-units-of-measure:dev" .
65
docker run -it --rm -v `pwd`:/project "php-units-of-measure:dev" composer run-script lint

scripts/shell

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env bash
22
set -e
3-
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/..
43

54
docker build -t "php-units-of-measure:dev" .
65
docker run -it --rm -v `pwd`:/project "php-units-of-measure:dev" bash

scripts/test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env bash
22
set -e
3-
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/..
43

54
docker build -t "php-units-of-measure:dev" .
65
docker run -it --rm -v `pwd`:/project "php-units-of-measure:dev" composer run-script test

0 commit comments

Comments
 (0)