first commit 2
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "fable-media-platform",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"description": "Университетская платформа управления медиаконтентом по plan.md",
|
||||
"workspaces": [
|
||||
"apps/*"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "bash scripts/dev.sh",
|
||||
"dev:web": "npm --workspace @fable/web run dev",
|
||||
"build:web": "npm --workspace @fable/web run build",
|
||||
"dev:backend": "bash scripts/dev-backend.sh",
|
||||
"dev:gateway": "npm --workspace @fable/gateway run dev",
|
||||
"check:gateway": "npm --workspace @fable/gateway run check",
|
||||
"test:go": "cd services && go test ./...",
|
||||
"check": "npm run build:web && npm run check:gateway && npm run test:go"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user