Skip to content

Commit

Permalink
ar(feat) [DPTM-8] Dockerize and GCP
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Aug 24, 2024
1 parent b01da03 commit df420f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postInstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ if (process.env.NEXUS_STANDALONE === 'true') {
execSync('npx patch-package && npm run schema:generate:all:standalone');
} else {
console.log('--- RUNNING EDGE POSTINSTALL HOOK');
execSync('npx patch-package && npm run schema:generate:all:standalone');
execSync('npx patch-package && npm run schema:generate:all');
}

0 comments on commit df420f5

Please sign in to comment.