Skip to content

Commit

Permalink
Changed script name
Browse files Browse the repository at this point in the history
  • Loading branch information
nroh555 committed Jul 1, 2024
1 parent 68cea4a commit 0a6e914
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@
"scripts": {
"setup": "yarn && cd ./web && yarn && cd ../strapi && yarn && cd ../api && yarn",
"dev": "concurrently \"cd ./database && docker compose up\" \"cd ./web && yarn dev\" \"cd ./strapi && yarn develop\" \"cd ./api && yarn dev\"",
"build": "cd ./web && yarn build && cd ../strapi && yarn build && cd ../api && yarn build"
"build": "cd ./web && yarn build && cd ../strapi && yarn build && cd ../api && yarn build",
"format": "prettier . --write",
"format:ci": "prettier '**/*.{ts,tsx}' --check"
},
"devDependencies": {
"concurrently": "^8.2.2"
"concurrently": "^8.2.2",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}

0 comments on commit 0a6e914

Please sign in to comment.