Skip to content

Commit

Permalink
🧹 Add full-start script
Browse files Browse the repository at this point in the history
  • Loading branch information
WhitigolProd committed Oct 2, 2023
1 parent ce38886 commit 2f18a4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "1.73.0",
"scripts": {
"start": "pnpm concurrently \"pnpm --filter \"@snailycad/client\" start\" \"pnpm --filter \"@snailycad/api\" generate && pnpm --filter \"@snailycad/api\" start\"",
"full-start": "node scripts/copy-env.mjs --client --api && pnpm run build && pnpm run start",
"build": "pnpm turbo run build --filter=\"{packages/**/**}\" && pnpm turbo run build --filter=\"{apps/**/**}\"",
"dev": "docker compose up -d && pnpm turbo run watch --parallel --concurrency 11",
"format": "prettier --write \"./(packages|apps)/**/**/*.{js,jsx,ts,mjs,tsx,md,css,json}\" --ignore-path .gitignore",
Expand Down

0 comments on commit 2f18a4f

Please sign in to comment.