Skip to content

Commit

Permalink
fix: npm pack on circle
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 9, 2018
1 parent c65c556 commit 9ca2c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/commands/update.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('update', () => {
await qq.rm([process.env.HOME!, '.local', 'share', 'oclif-example-s3-cli'])
await qq.x('aws s3 rm --recursive s3://oclif-staging/s3-update-example-cli')
const sha = await qq.x.stdout('git', ['rev-parse', '--short', 'HEAD'])
const stdout = await qq.x.stdout('npm', ['pack'])
const stdout = await qq.x.stdout('npm', ['pack', '--unsafe-perm'])
const tarball = path.resolve(stdout.split('\n').pop()!)

qq.cd('examples/s3-update-example-cli')
Expand Down

0 comments on commit 9ca2c9c

Please sign in to comment.