17 lines
652 B
Plaintext
17 lines
652 B
Plaintext
|
|
> build
|
|
> npm run build -w backend && npm run build -w frontend
|
|
|
|
|
|
> @ainative-okr/backend@1.0.0 build
|
|
> prisma generate && tsc -p tsconfig.build.json
|
|
|
|
sh: prisma: command not found
|
|
npm error Lifecycle script `build` failed with error:
|
|
npm error code 127
|
|
npm error path /Users/thanhnguyen/Documents/AI/HarnessHkt/Harness_Hakathon/Output_CASAN5_REFINED/AINative_OKR_CASAN5/backend
|
|
npm error workspace @ainative-okr/backend@1.0.0
|
|
npm error location /Users/thanhnguyen/Documents/AI/HarnessHkt/Harness_Hakathon/Output_CASAN5_REFINED/AINative_OKR_CASAN5/backend
|
|
npm error command failed
|
|
npm error command sh -c prisma generate && tsc -p tsconfig.build.json
|