add common to workflow paths
Some checks failed
Deploy Backend / deploy (push) Failing after 26s
Deploy Website / deploy (push) Successful in 3m42s

This commit is contained in:
Lee 2024-10-04 22:27:53 +01:00
parent c04e47b10e
commit 1164b4358b
2 changed files with 6 additions and 5 deletions

@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"dev": "tsup src/index.ts --watch"
"dev": "tsup src/index.ts --watch",
"build": "tsup src/index.ts"
},
"keywords": [],
"author": "",

@ -4,11 +4,11 @@
"scripts": {
"dev": "pnpm --parallel --workspace-concurrency=4 run -r dev",
"build:website": "pnpm --filter website build",
"build:backend": "pnpm --filter backend build",
"build:website": "pnpm --filter website... build",
"build:backend": "pnpm --filter backend... build",
"start:website": "pnpm --filter website start",
"start:backend": "pnpm --filter backend start"
"start:website": "pnpm --filter website... start",
"start:backend": "pnpm --filter backend... start"
},
"author": "fascinated7",
"license": "MIT"