Skip to content

Commit f1f805b

Browse files
committed
bye bye npm
1 parent 01d8f20 commit f1f805b

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
@@ -36,7 +36,7 @@ var tmpdir = 'tmp'
3636

3737
fs.mkdirSync(path.join(root, tmpdir))
3838

39-
p.execSync(`tar -xzf ${json.name}-${json.version}.tgz -C ${tmpdir} `, root_config)
39+
p.execSync(`tar -xzf ${json.name}-v${json.version}.tgz -C ${tmpdir} `, root_config)
4040

4141
process.env.BS_ALWAYS_BUILD_YOUR_COMPILER = 'true'
4242
var tmpdir_config = {

0 commit comments

Comments
 (0)