Skip to content

Commit

Permalink
chore: improve phpstorm run configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Jan 4, 2024
1 parent 79532bc commit 693cad7
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/runConfigurations/Install.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/runConfigurations/Turbo_Prep_Force.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/runConfigurations/Turbo_Test.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/runConfigurations/Turbo_Test_Quick.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"turbo:local": "if [ -z $CI ]; then echo $(date)$RANDOM > apps/cms/turbo-seed.txt; fi",
"turbo:test": "pnpm turbo:local && turbo test:unit --output-logs=new-only && turbo test:integration --output-logs=new-only --concurrency=1",
"turbo:test:quick": "pnpm turbo:local && turbo test:unit --output-logs=new-only",
"turbo:prep": "pnpm turbo:local && turbo prep --output-logs=new-only"
"turbo:prep": "pnpm turbo:local && turbo prep --output-logs=new-only",
"turbo:prep:force": "turbo prep --force"
},
"private": true,
"devDependencies": {
Expand Down

0 comments on commit 693cad7

Please sign in to comment.