add common to workflow paths
This commit is contained in:
parent
c04e47b10e
commit
1164b4358b
@ -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"
|
||||
|
Reference in New Issue
Block a user