add common to workflow paths
This commit is contained in:
parent
c04e47b10e
commit
1164b4358b
@ -4,7 +4,8 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "tsup src/index.ts --watch"
|
"dev": "tsup src/index.ts --watch",
|
||||||
|
"build": "tsup src/index.ts"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
@ -4,11 +4,11 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "pnpm --parallel --workspace-concurrency=4 run -r dev",
|
"dev": "pnpm --parallel --workspace-concurrency=4 run -r dev",
|
||||||
|
|
||||||
"build:website": "pnpm --filter website build",
|
"build:website": "pnpm --filter website... build",
|
||||||
"build:backend": "pnpm --filter backend build",
|
"build:backend": "pnpm --filter backend... build",
|
||||||
|
|
||||||
"start:website": "pnpm --filter website start",
|
"start:website": "pnpm --filter website... start",
|
||||||
"start:backend": "pnpm --filter backend start"
|
"start:backend": "pnpm --filter backend... start"
|
||||||
},
|
},
|
||||||
"author": "fascinated7",
|
"author": "fascinated7",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
|
Reference in New Issue
Block a user