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

remove node_modules after compiling bundle too

Artur Paikin пре 6 година
родитељ
комит
efc57c21ff
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      bin/endtoend-build

+ 2 - 1
bin/endtoend-build

@@ -19,4 +19,5 @@ rm ./test/endtoend/package-lock.json
 
 cp ./test/endtoend/node_modules/uppy/dist/uppy.min.css ./test/endtoend/dist
 cp ./test/endtoend/src/index.html ./test/endtoend/dist
-browserify ./test/endtoend/src/main.js -o ./test/endtoend/dist/bundle.js -t babelify
+browserify ./test/endtoend/src/main.js -o ./test/endtoend/dist/bundle.js -t babelify
+rm -rf ./test/endtoend/node_modules