mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Add website to workspaces
This commit is contained in:
2959
package-lock.json
generated
2959
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -5,11 +5,13 @@
|
||||
"workspaces": [
|
||||
"packages/server",
|
||||
"packages/app",
|
||||
"packages/relay"
|
||||
"packages/relay",
|
||||
"packages/website"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "npm run dev --workspace=@paseo/server",
|
||||
"dev:app": "npm run start --workspace=@paseo/app",
|
||||
"dev:website": "npm run dev --workspace=@paseo/website",
|
||||
"build": "npm run build --workspaces --if-present",
|
||||
"typecheck": "npm run typecheck --workspaces --if-present",
|
||||
"test": "npm run test --workspaces --if-present",
|
||||
|
||||
Reference in New Issue
Block a user