Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Commit

Permalink
chore: add yarn start
Browse files Browse the repository at this point in the history
  • Loading branch information
inyono committed Oct 31, 2018
1 parent b708849 commit fac3427
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"scripts": {
"format": "npm-run-all format:*",
"format:php": "php php-cs-fixer.phar fix --config=php-cs-fixer.config.php",
"format:prettier": "prettier --write \"*.{js,jsx,ts,tsx,css,scss,sass,less,json,md,markdown,yaml,yml}\""
"format:prettier": "prettier --write \"*.{js,jsx,ts,tsx,css,scss,sass,less,json,md,markdown,yaml,yml}\"",
"start": "docker-compose up"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit fac3427

Please sign in to comment.