fix: further readme updates

This commit is contained in:
Mythie
2023-09-30 00:43:45 +10:00
parent 54e32af1d4
commit 99df006019
3 changed files with 69 additions and 39 deletions

View File

@ -8,7 +8,11 @@
"format": "prettier --write \"**/*.{js,jsx,cjs,mjs,ts,tsx,cts,mts,mdx}\"",
"prepare": "husky install",
"commitlint": "commitlint --edit",
"clean": "turbo run clean && rimraf node_modules"
"clean": "turbo run clean && rimraf node_modules",
"d": "npm run dx && npm run dev",
"dx": "npm i && npm run dx:up && npm run prisma:migrate-dev -w @documesno/prisma",
"dx:up": "docker compose up -f docker/compose-services.yml -d",
"dx:down": "docker compose down -f docker/compose-services.yml"
},
"engines": {
"npm": ">=8.6.0",