Skip to content

Commit

Permalink
fix: unable to install projen in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Ben-Israel committed May 12, 2020
1 parent 5bc5df0 commit a956f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jsii-project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export interface WorkflowOptions {
}

const DEFAULT_WORKFLOW_BOOTSTRAP = [
{ run: `npx projen${PROJEN_VERSION}` },
{ run: `npx projen@${PROJEN_VERSION}` },
{ run: 'yarn install --frozen-lockfile' },
];

Expand Down

0 comments on commit a956f4e

Please sign in to comment.