Skip to content

Commit

Permalink
fix(cms): remove "turbo:prep" command
Browse files Browse the repository at this point in the history
It confuses turbo caching.
  • Loading branch information
pmelab committed Nov 9, 2023
1 parent 86947ff commit fd7d650
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"sideEffects": false,
"scripts": {
"prep": "if command -v composer; then composer install; else echo 'Skipping composer install.'; fi",
"turbo:prep": "pnpm turbo prep --output-logs=new-only",
"build": "pnpm drupal-install && rm -rf install-cache.zip && pnpm content:import && pnpm build:directives && pnpm export:schema && pnpm fix-premissions && pnpm ensure-working-db",
"turbo:build": "pnpm turbo build --output-logs=new-only",
"build:directives": "pnpm --silent drush graphql:directives > ../../packages/schema/src/generated/directives.graphqls",
Expand Down

0 comments on commit fd7d650

Please sign in to comment.