chore(): vendor is updated automatically

This commit is contained in:
Manu Mtz.-Almeida
2018-09-24 18:39:27 +02:00
parent e6223795df
commit a956fb9c11

View File

@ -54,7 +54,7 @@
"typescript": "^2.9.2"
},
"scripts": {
"build": "npm run clean && npm run build.css && stencil build --docs",
"build": "npm run clean && npm run build.css && npm run build.vendor && stencil build --docs",
"build.vendor": "rollup --config ./scripts/swiper.rollup.config.js",
"build.css": "npm run css.sass && npm run css.minify",
"build.debug": "npm run clean && stencil build --debug",