Skip to content

Commit

Permalink
fix: fixed build issue in oso projects
Browse files Browse the repository at this point in the history
  • Loading branch information
navneethkrish committed Dec 20, 2024
1 parent 0b9e993 commit 2bb10d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"api:migrate-airtable-data": "ts-node apps/web-api/src/cli.ts migrate-airtable-data",
"check:local": "npx nx workspace-lint && npx nx format:check && npx nx affected --target=lint && npx nx affected --target=test --ci --code-coverage && npx nx affected --target=build",
"analyze:web": "WITH_BUNDLE_ANALYZER=true nx run web-app:build",
"heroku-postbuild": "npx prisma generate --schema=./apps/web-api/prisma/schema.prisma && nx build $PROJECT_NAME --prod && npx prisma migrate deploy --schema=./apps/web-api/prisma/schema.prisma && nx run web-api:build-cli",
"heroku-postbuild": "npx prisma generate --schema=./apps/web-api/prisma/schema.prisma && npx prisma generate --schema=./apps/web-api/prisma/oso-schema.prisma && nx build $PROJECT_NAME --prod && npx prisma migrate deploy --schema=./apps/web-api/prisma/schema.prisma && nx run web-api:build-cli",
"build:storybook": "nx build-storybook storybook-host",
"deploy:staging": "gh workflow run staging.yml",
"deploy:production": "gh workflow run production.yml"
Expand Down

0 comments on commit 2bb10d0

Please sign in to comment.