Kaynağa Gözat

fix release

Daniel Zlotin 6 yıl önce
ebeveyn
işleme
314648482b
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      scripts/release.js

+ 1
- 0
scripts/release.js Dosyayı Görüntüle

@@ -48,6 +48,7 @@ function calcNewVersion() {
48 48
 }
49 49
 
50 50
 function copyNpmRc() {
51
+  exec.execSync(`rm -f package-lock.json`);
51 52
   const npmrcPath = p.resolve(`${__dirname}/.npmrc`);
52 53
   execSync(`cp -rf ${npmrcPath} .`);
53 54
 }