3
0
Nikatlas vor 5 Jahren
Ursprung
Commit
fd2d66f1ce
2 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  1. 0 1
      .gitignore
  2. 1 2
      package.json

+ 0 - 1
.gitignore

@@ -8,4 +8,3 @@ npm-debug.*
 *.orig.*
 web-build/
 web-report/
-dist/

+ 1 - 2
package.json

@@ -6,8 +6,7 @@
     "ios": "expo start --ios",
     "web": "expo start --web",
     "eject": "expo eject",
-    "transpile": "rm dist -rf && babel lib --out-dir dist/lib --copy-files --ignore __tests__,spec.js,test.js,__snapshots__ && babel modules --out-dir dist/modules --copy-files --ignore __tests__,spec.js,test.js,__snapshots__",
-    "postinstall" : "rm dist -rf && babel lib --out-dir dist/lib --copy-files --ignore __tests__,spec.js,test.js,__snapshots__ && babel modules --out-dir dist/modules --copy-files --ignore __tests__,spec.js,test.js,__snapshots__"
+    "transpile": "rm dist -rf && babel lib --out-dir dist/lib --copy-files --ignore __tests__,spec.js,test.js,__snapshots__ && babel modules --out-dir dist/modules --copy-files --ignore __tests__,spec.js,test.js,__snapshots__"
   },
   "dependencies": {
     "expo": "^34.0.0-experiment.8",