Skip to content

Commit 01d8f20

Browse files
committed
bye bye npm
1 parent 281d5bc commit 01d8f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/prepublish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ verifyIsCleanWorkTree()
2929

3030
clean()
3131
console.log(`start packing`)
32-
p.execSync(`npm pack`, root_config)
32+
p.execSync(`yarn pack`, root_config)
3333
console.log(`finish packing`)
3434

3535
var tmpdir = 'tmp'

0 commit comments

Comments
 (0)