Daniel Zlotin 6 years ago
parent
commit
a98f76e450
2 changed files with 1 additions and 1 deletions
  1. 0
    1
      docs/README.md
  2. 1
    0
      scripts/release.js

+ 0
- 1
docs/README.md View File

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 View File

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}