Daniel Zlotin 6 år sedan
förälder
incheckning
a98f76e450
2 ändrade filer med 1 tillägg och 1 borttagningar
  1. 0
    1
      docs/README.md
  2. 1
    0
      scripts/release.js

+ 0
- 1
docs/README.md Visa fil

@@ -211,4 +211,3 @@ Note:  v1 properties with names beginning with 'navBar' are replaced in v2 with
211 211
 | splitViewScreen       |     :x:  |    [Contribute](/docs/WorkingLocally.md)      | [Contribute](/docs/WorkingLocally.md)|
212 212
 
213 213
 Element transitions, adding buttons and styles are not yet implemented. [Contribute](/docs/WorkingLocally.md)
214
-

+ 1
- 0
scripts/release.js Visa fil

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