Преглед изворни кода

Avoid build loop

https://travis-ci.org/transloadit/uppy/builds/137276045
Artur Paikin пре 9 година
родитељ
комит
16b1adf949
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -44,7 +44,7 @@
     "web:preview": "cd website && parallelshell 'node build-examples.js watch' './node_modules/.bin/hexo server'",
     "web:preview": "cd website && parallelshell 'node build-examples.js watch' './node_modules/.bin/hexo server'",
     "web:update:frontpage:code:sample": "cd website && ./node_modules/.bin/hexo generate && cp -f public/frontpage-code-sample.html ./themes/uppy/layout/partials/frontpage-code-sample.html",
     "web:update:frontpage:code:sample": "cd website && ./node_modules/.bin/hexo generate && cp -f public/frontpage-code-sample.html ./themes/uppy/layout/partials/frontpage-code-sample.html",
     "web": "npm-run-all web:clean web:build",
     "web": "npm-run-all web:clean web:build",
-    "prepublish": "npm install && npm-run-all clean build"
+    "prepublish": "npm-run-all clean build"
   },
   },
   "repository": {
   "repository": {
     "type": "git",
     "type": "git",