Daniel Zlotin 7 年之前
父節點
當前提交
a98f76e450
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 0
    1
      docs/README.md
  2. 1
    0
      scripts/release.js

+ 0
- 1
docs/README.md 查看文件

211
 | splitViewScreen       |     :x:  |    [Contribute](/docs/WorkingLocally.md)      | [Contribute](/docs/WorkingLocally.md)|
211
 | splitViewScreen       |     :x:  |    [Contribute](/docs/WorkingLocally.md)      | [Contribute](/docs/WorkingLocally.md)|
212
 
212
 
213
 Element transitions, adding buttons and styles are not yet implemented. [Contribute](/docs/WorkingLocally.md)
213
 Element transitions, adding buttons and styles are not yet implemented. [Contribute](/docs/WorkingLocally.md)
214
-

+ 1
- 0
scripts/release.js 查看文件

45
 }
45
 }
46
 
46
 
47
 function createNpmRc() {
47
 function createNpmRc() {
48
+  exec.execSync(`rm -f package-lock.json`);
48
   const content = `
49
   const content = `
49
 email=\${NPM_EMAIL}
50
 email=\${NPM_EMAIL}
50
 //registry.npmjs.org/:_authToken=\${NPM_TOKEN}
51
 //registry.npmjs.org/:_authToken=\${NPM_TOKEN}