Skip to content

Commit

Permalink
test(rebuild): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Mar 31, 2022
1 parent c731ff3 commit 32e4c7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/plugin-commands-rebuild/test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ test('rebuilds dependencies', async () => {
'add',
'--save-dev',
'pre-and-postinstall-scripts-example',
'pnpm/test-git-fetch#main',
'pnpm/test-git-fetch#299c6d89507571462b992b92407a8a07663e32ee',
'--registry',
REGISTRY,
'--store-dir',
storeDir,
'--ignore-scripts',
'--cache-dir',
cacheDir,
])

let modules = await project.readModulesManifest()
Expand Down

0 comments on commit 32e4c7e

Please sign in to comment.