File tree 2 files changed +6
-6
lines changed
src/components/promotions
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 52
52
clean :
53
53
rm -rf ./build/admin
54
54
55
- # Do we actually need tests (not checks) on built aplication inside Ashes?
56
55
.PHONY : test
57
56
test : MSG=Testing
58
- test : notify
57
+ test : notify flow lint mocha
59
58
60
- .PHONY : check t
61
- check t : flow lint mocha
59
+
60
+ .PHONY : t
61
+ t : flow lint mocha
62
62
63
63
.PHONY : mocha-spec
64
64
mocha-spec :
@@ -142,4 +142,4 @@ prod p: clean build-prod
142
142
143
143
.PHONY : build
144
144
build : MSG=Building
145
- build : notify clean install check build-styleguide build-prod
145
+ build : notify clean install build-styleguide build-prod
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ type SubNavProps = {
14
14
applyType : string ,
15
15
} ;
16
16
17
- const SubNav = ( props : SubNavProps ) => {
17
+ const SubNav = ( props : string ) => {
18
18
const params = {
19
19
promotionId : props . promotionId ,
20
20
} ;
You can’t perform that action at this time.
0 commit comments