File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 66
66
},
67
67
"scripts" : {
68
68
"bootstrap-test-environment" : [
69
- " Tests/Application/bin/adminconsole doctrine:database:create --if-not-exists --env test" ,
69
+ " Tests/Application/bin/adminconsole doctrine:database:drop --if-exists --force --env test" ,
70
+ " Tests/Application/bin/adminconsole doctrine:database:create --env test" ,
70
71
" Tests/Application/bin/adminconsole doctrine:schema:update --force --env test"
71
72
],
72
73
"lint" : [
102
103
" Tests/Application/bin/websiteconsole lint:container --env prod"
103
104
],
104
105
"lint-doctrine" : [
105
- " Tests/Application/bin/adminconsole doctrine:database:create --if-not-exists" ,
106
- " Tests/Application/bin/adminconsole doctrine:schema:update --force" ,
107
- " Tests/Application/bin/adminconsole doctrine:schema:validate" ,
106
+ " Tests/Application/bin/adminconsole doctrine:schema:validate --skip-sync" ,
108
107
" Tests/Application/bin/adminconsole doctrine:ensure-production-settings --env prod"
109
108
]
110
109
},
You can’t perform that action at this time.
0 commit comments