From a956fb9c119431ef1a197eb2a729ebd48a24e92d Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Mon, 24 Sep 2018 18:39:27 +0200 Subject: [PATCH] chore(): vendor is updated automatically --- core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/package.json b/core/package.json index 2c748e57b4..ea252dfa2f 100644 --- a/core/package.json +++ b/core/package.json @@ -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",