Skip to main content

Deploy details

Deploy successful for prod-veniqa-client

Bump ws from 6.2.1 to 6.2.2 in /documentation

PR #178: dependabot/npm_and_yarn/documentation/ws-6.2.2@4adde13

Deploy log

9:43:15 PM: Build ready to start
9:43:17 PM: build-image version: 8e315e54bc4032a32e73290be556cde4f8348c12
9:43:17 PM: build-image tag: v2.8.2
9:43:17 PM: buildbot version: 76af94f42647b2019c5925a515cc8332b4883b85
9:43:17 PM: Fetching cached dependencies
9:43:17 PM: Starting to download cache of 243.3MB
9:43:22 PM: Finished downloading cache in 5.251248622s
9:43:22 PM: Starting to extract cache
9:43:28 PM: Finished extracting cache in 5.52031188s
9:43:28 PM: Finished fetching cache in 10.828512297s
9:43:28 PM: Starting to prepare the repo for build
9:43:28 PM: Preparing Git Reference pull/178/head
9:43:29 PM: Starting build script
9:43:29 PM: Installing dependencies
9:43:30 PM: Started restoring cached node version
9:43:33 PM: Finished restoring cached node version
9:43:33 PM: v10.24.1 is already installed.
9:43:34 PM: Now using node v10.24.1 (npm v6.14.12)
9:43:34 PM: Attempting ruby version 2.6.2, read from environment
9:43:35 PM: Using ruby version 2.6.2
9:43:35 PM: Using PHP version 5.6
9:43:35 PM: Started restoring cached node modules
9:43:35 PM: Finished restoring cached node modules
9:43:36 PM: Started restoring cached go cache
9:43:36 PM: Finished restoring cached go cache
9:43:36 PM: unset GOOS;
9:43:36 PM: unset GOARCH;
9:43:36 PM: export GOROOT='/opt/buildhome/.gimme/versions/go1.12.linux.amd64';
9:43:36 PM: export PATH="/opt/buildhome/.gimme/versions/go1.12.linux.amd64/bin:${PATH}";
9:43:36 PM: go version >&2;
9:43:36 PM: export GIMME_ENV='/opt/buildhome/.gimme/env/go1.12.linux.amd64.env';
9:43:36 PM: go version go1.12 linux/amd64
9:43:36 PM: Installing missing commands
9:43:36 PM: Verify run directory
9:43:36 PM: Executing user command: npm run build
9:43:36 PM: > veniqa@0.1.0 build /opt/build/repo/shopping-webclient
9:43:36 PM: > vue-cli-service build
9:43:37 PM: - Building for production...
9:43:39 PM: Browserslist: caniuse-lite is outdated. Please run:
9:43:39 PM: npx browserslist@latest --update-db
9:43:45 PM: Browserslist: caniuse-lite is outdated. Please run:
9:43:45 PM: npx browserslist@latest --update-db
9:43:45 PM: Browserslist: caniuse-lite is outdated. Please run:
9:43:45 PM: npx browserslist@latest --update-db
9:43:45 PM: Browserslist: caniuse-lite is outdated. Please run:
9:43:45 PM: npx browserslist@latest --update-db
9:43:47 PM: Browserslist: caniuse-lite is outdated. Please run:
9:43:47 PM: npx browserslist@latest --update-db
9:43:47 PM: Browserslist: caniuse-lite is outdated. Please run:
9:43:47 PM: npx browserslist@latest --update-db
9:43:47 PM: Browserslist: caniuse-lite is outdated. Please run:
9:43:47 PM: npx browserslist@latest --update-db
9:43:49 PM: Browserslist: caniuse-lite is outdated. Please run:
9:43:49 PM: npx browserslist@latest --update-db
9:44:08 PM: WARNING Compiled with 7 warnings9:44:08 PM
9:44:08 PM: Module Warning (from ./node_modules/eslint-loader/index.js):
9:44:08 PM: error: 'options' is already declared in the upper scope (no-shadow) at src/components/checkout/stripe/stripeElements.js:63:32:
9:44:08 PM: 61 | Stripe.createSource = opts => Stripe.instance.createSource(element, opts);
9:44:08 PM: 62 | Stripe.retrieveSource = opts => Stripe.instance.retrieveSource(opts);
9:44:08 PM: > 63 | Stripe.redirectToCheckout = (options) => Stripe.instance.redirectToCheckout(options)
9:44:08 PM: | ^
9:44:08 PM: 64 | Stripe.retrievePaymentIntent = (clientSecret) => Stripe.instance.retrievePaymentIntent(clientSecret)
9:44:08 PM: 65 | Stripe.handleCardPayment = (clientSecret, data) => Stripe.instance.handleCardPayment(clientSecret, element, data)
9:44:08 PM: 66 | Stripe.handleCardSetup = (clientSecret, data) => Stripe.instance.handleCardSetup(clientSecret, element, data)
9:44:08 PM: error: Missing semicolon (semi) at src/components/checkout/stripe/stripeElements.js:63:87:
9:44:08 PM: 61 | Stripe.createSource = opts => Stripe.instance.createSource(element, opts);
9:44:08 PM: 62 | Stripe.retrieveSource = opts => Stripe.instance.retrieveSource(opts);
9:44:08 PM: > 63 | Stripe.redirectToCheckout = (options) => Stripe.instance.redirectToCheckout(options)
9:44:08 PM: | ^
9:44:08 PM: 64 | Stripe.retrievePaymentIntent = (clientSecret) => Stripe.instance.retrievePaymentIntent(clientSecret)
9:44:08 PM: 65 | Stripe.handleCardPayment = (clientSecret, data) => Stripe.instance.handleCardPayment(clientSecret, element, data)
9:44:08 PM: 66 | Stripe.handleCardSetup = (clientSecret, data) => Stripe.instance.handleCardSetup(clientSecret, element, data)
9:44:08 PM: error: Missing semicolon (semi) at src/components/checkout/stripe/stripeElements.js:64:103:
9:44:08 PM: 62 | Stripe.retrieveSource = opts => Stripe.instance.retrieveSource(opts);
9:44:08 PM: 63 | Stripe.redirectToCheckout = (options) => Stripe.instance.redirectToCheckout(options)
9:44:08 PM: > 64 | Stripe.retrievePaymentIntent = (clientSecret) => Stripe.instance.retrievePaymentIntent(clientSecret)
9:44:08 PM: | ^
9:44:08 PM: 65 | Stripe.handleCardPayment = (clientSecret, data) => Stripe.instance.handleCardPayment(clientSecret, element, data)
9:44:08 PM: 66 | Stripe.handleCardSetup = (clientSecret, data) => Stripe.instance.handleCardSetup(clientSecret, element, data)
9:44:08 PM: 67 | Stripe.handleCardAction = (clientSecret) => Stripe.instance.handleCardAction(clientSecret)
9:44:08 PM: error: Missing semicolon (semi) at src/components/checkout/stripe/stripeElements.js:65:116:
9:44:08 PM: 63 | Stripe.redirectToCheckout = (options) => Stripe.instance.redirectToCheckout(options)
9:44:08 PM: 64 | Stripe.retrievePaymentIntent = (clientSecret) => Stripe.instance.retrievePaymentIntent(clientSecret)
9:44:08 PM: > 65 | Stripe.handleCardPayment = (clientSecret, data) => Stripe.instance.handleCardPayment(clientSecret, element, data)
9:44:08 PM: | ^
9:44:08 PM: 66 | Stripe.handleCardSetup = (clientSecret, data) => Stripe.instance.handleCardSetup(clientSecret, element, data)
9:44:08 PM: 67 | Stripe.handleCardAction = (clientSecret) => Stripe.instance.handleCardAction(clientSecret)
9:44:08 PM: 68 | Stripe.confirmPaymentIntent = (clientSecret, data) => Stripe.instance.confirmPaymentIntent(clientSecret, element, data)
9:44:08 PM: error: Missing semicolon (semi) at src/components/checkout/stripe/stripeElements.js:66:112:
9:44:08 PM: 64 | Stripe.retrievePaymentIntent = (clientSecret) => Stripe.instance.retrievePaymentIntent(clientSecret)
9:44:08 PM: 65 | Stripe.handleCardPayment = (clientSecret, data) => Stripe.instance.handleCardPayment(clientSecret, element, data)
9:44:08 PM: > 66 | Stripe.handleCardSetup = (clientSecret, data) => Stripe.instance.handleCardSetup(clientSecret, element, data)
9:44:08 PM: | ^
9:44:08 PM: 67 | Stripe.handleCardAction = (clientSecret) => Stripe.instance.handleCardAction(clientSecret)
9:44:08 PM: 68 | Stripe.confirmPaymentIntent = (clientSecret, data) => Stripe.instance.confirmPaymentIntent(clientSecret, element, data)
9:44:08 PM: 69 | Stripe.createPaymentMethod = (cardType, data) => Stripe.instance.createPaymentMethod(cardType, element, data)
9:44:08 PM: error: Missing semicolon (semi) at src/components/checkout/stripe/stripeElements.js:67:93:
9:44:08 PM: 65 | Stripe.handleCardPayment = (clientSecret, data) => Stripe.instance.handleCardPayment(clientSecret, element, data)
9:44:08 PM: 66 | Stripe.handleCardSetup = (clientSecret, data) => Stripe.instance.handleCardSetup(clientSecret, element, data)
9:44:08 PM: > 67 | Stripe.handleCardAction = (clientSecret) => Stripe.instance.handleCardAction(clientSecret)
9:44:08 PM: | ^
9:44:08 PM: 68 | Stripe.confirmPaymentIntent = (clientSecret, data) => Stripe.instance.confirmPaymentIntent(clientSecret, element, data)
9:44:08 PM: 69 | Stripe.createPaymentMethod = (cardType, data) => Stripe.instance.createPaymentMethod(cardType, element, data)
9:44:08 PM: 70 | Stripe.confirmCardPayment = (clientSecret, data) => Stripe.instance.confirmCardPayment(clientSecret, {
9:44:08 PM: error: Missing semicolon (semi) at src/components/checkout/stripe/stripeElements.js:68:122:
9:44:08 PM: 66 | Stripe.handleCardSetup = (clientSecret, data) => Stripe.instance.handleCardSetup(clientSecret, element, data)
9:44:08 PM: 67 | Stripe.handleCardAction = (clientSecret) => Stripe.instance.handleCardAction(clientSecret)
9:44:08 PM: > 68 | Stripe.confirmPaymentIntent = (clientSecret, data) => Stripe.instance.confirmPaymentIntent(clientSecret, element, data)
9:44:08 PM: | ^
9:44:08 PM: 69 | Stripe.createPaymentMethod = (cardType, data) => Stripe.instance.createPaymentMethod(cardType, element, data)
9:44:08 PM: 70 | Stripe.confirmCardPayment = (clientSecret, data) => Stripe.instance.confirmCardPayment(clientSecret, {
9:44:08 PM: 71 | payment_method:{
9:44:08 PM: error: Missing semicolon (semi) at src/components/checkout/stripe/stripeElements.js:69:112:
9:44:08 PM: 67 | Stripe.handleCardAction = (clientSecret) => Stripe.instance.handleCardAction(clientSecret)
9:44:08 PM: 68 | Stripe.confirmPaymentIntent = (clientSecret, data) => Stripe.instance.confirmPaymentIntent(clientSecret, element, data)
9:44:08 PM: > 69 | Stripe.createPaymentMethod = (cardType, data) => Stripe.instance.createPaymentMethod(cardType, element, data)
9:44:08 PM: | ^
9:44:08 PM: 70 | Stripe.confirmCardPayment = (clientSecret, data) => Stripe.instance.confirmCardPayment(clientSecret, {
9:44:08 PM: 71 | payment_method:{
9:44:08 PM: 72 | card:element,
9:44:08 PM: error: Missing space before value for key 'payment_method' (key-spacing) at src/components/checkout/stripe/stripeElements.js:71:20:
9:44:08 PM: 69 | Stripe.createPaymentMethod = (cardType, data) => Stripe.instance.createPaymentMethod(cardType, element, data)
9:44:09 PM: Creating deploy upload records
9:44:08 PM: 70 | Stripe.confirmCardPayment = (clientSecret, data) => Stripe.instance.confirmCardPayment(clientSecret, {
9:44:08 PM: > 71 | payment_method:{
9:44:08 PM: | ^
9:44:08 PM: 72 | card:element,
9:44:08 PM: 73 | billing_details: {}
9:44:08 PM: 74 | }
9:44:08 PM: error: Missing space before value for key 'card' (key-spacing) at src/components/checkout/stripe/stripeElements.js:72:12:
9:44:09 PM: Starting post processing
9:44:08 PM: 70 | Stripe.confirmCardPayment = (clientSecret, data) => Stripe.instance.confirmCardPayment(clientSecret, {
9:44:08 PM: 71 | payment_method:{
9:44:09 PM: Post processing - HTML
9:44:08 PM: > 72 | card:element,
9:44:08 PM: | ^
9:44:08 PM: 73 | billing_details: {}
9:44:09 PM: Post processing - header rules
9:44:08 PM: 74 | }
9:44:09 PM: Post processing - redirect rules
9:44:08 PM: 75 | }, data)
9:44:08 PM: error: Missing semicolon (semi) at src/components/checkout/stripe/stripeElements.js:75:11:
9:44:08 PM: 73 | billing_details: {}
9:44:09 PM: Post processing done
9:44:08 PM: 74 | }
9:44:08 PM: > 75 | }, data)
9:44:08 PM: | ^
9:44:08 PM: 76 |
9:44:08 PM: 77 | return element;
9:44:08 PM: 78 | }
9:44:08 PM: 11 errors found.
9:44:09 PM: Site is live ✨
9:44:08 PM: 10 errors potentially fixable with the `--fix` option.
9:44:08 PM: Module Warning (from ./node_modules/eslint-loader/index.js):
9:44:08 PM: error: 'token' is defined but never used (no-unused-vars) at src/services/paymentService.js:5:23:
9:44:08 PM: 3 |
9:44:08 PM: 4 | export default {
9:44:08 PM: > 5 | async payWithStripe(token, checkoutId) {
9:44:08 PM: | ^
9:44:08 PM: 6 | try {
9:44:08 PM: 7 | // const { data } = await Vue.prototype.$axios({
9:44:08 PM: 8 | // url: ProxyUrl.stripePay,
9:44:08 PM: error: 'checkoutId' is defined but never used (no-unused-vars) at src/services/paymentService.js:5:30:
9:44:08 PM: 3 |
9:44:08 PM: 4 | export default {
9:44:08 PM: > 5 | async payWithStripe(token, checkoutId) {
9:44:08 PM: | ^
9:44:08 PM: 6 | try {
9:44:08 PM: 7 | // const { data } = await Vue.prototype.$axios({
9:44:08 PM: 8 | // url: ProxyUrl.stripePay,
9:44:08 PM: 2 errors found.
9:44:08 PM: Module Warning (from ./node_modules/eslint-loader/index.js):
9:44:08 PM: error: `./index` import should occur after import of `@/constants/ProxyUrls` (import/order) at src/components/checkout/stripe/Stripe.vue:26:1:
9:44:08 PM: 24 | <script>
9:44:08 PM: 25 | import _ from 'lodash';
9:44:08 PM: > 26 | import { Card, Stripe } from './index';
9:44:08 PM: | ^
9:44:08 PM: 27 | import PaymentRequestDTO from './StripePaymentRequestDTO.json';
9:44:08 PM: 28 | import { mapGetters } from 'vuex';
9:44:08 PM: 29 | import Vue from 'vue';
9:44:08 PM: error: `./StripePaymentRequestDTO.json` import should occur after import of `@/constants/ProxyUrls` (import/order) at src/components/checkout/stripe/Stripe.vue:27:1:
9:44:08 PM: 25 | import _ from 'lodash';
9:44:08 PM: 26 | import { Card, Stripe } from './index';
9:44:08 PM: > 27 | import PaymentRequestDTO from './StripePaymentRequestDTO.json';
9:44:08 PM: | ^
9:44:08 PM: 28 | import { mapGetters } from 'vuex';
9:44:08 PM: 29 | import Vue from 'vue';
9:44:08 PM: 30 | import ProxyUrl from '@/constants/ProxyUrls';
9:44:08 PM: error: Use object destructuring (prefer-destructuring) at src/components/checkout/stripe/Stripe.vue:75:13:
9:44:08 PM: 73 | // this.$emit('pay', data.token);
9:44:08 PM: 74 | event.target.disabled = true;
9:44:08 PM: > 75 | let checkoutId = this.checkoutId;
9:44:08 PM: | ^
9:44:08 PM: 76 | const { data } = await Vue.prototype.$axios({
9:44:08 PM: 77 | url: ProxyUrl.stripeInstantPay,
9:44:08 PM: 78 | method: 'post',
9:44:08 PM: error: 'checkoutId' is never reassigned. Use 'const' instead (prefer-const) at src/components/checkout/stripe/Stripe.vue:75:13:
9:44:08 PM: 73 | // this.$emit('pay', data.token);
9:44:08 PM: 74 | event.target.disabled = true;
9:44:08 PM: > 75 | let checkoutId = this.checkoutId;
9:44:08 PM: | ^
9:44:08 PM: 76 | const { data } = await Vue.prototype.$axios({
9:44:08 PM: 77 | url: ProxyUrl.stripeInstantPay,
9:44:08 PM: 78 | method: 'post',
9:44:08 PM: error: Expected '===' and instead saw '==' (eqeqeq) at src/components/checkout/stripe/Stripe.vue:104:57:
9:44:08 PM: 102 | if (confirmPayment) {
9:44:08 PM: 103 | console.log('inside confirmPayment', confirmPayment);
9:44:08 PM: > 104 | if (confirmPayment.paymentIntent.status == 'succeeded') {
9:44:08 PM: | ^
9:44:08 PM: 105 | console.log('inside confirmPayment status', confirmPayment);
9:44:08 PM: 106 | if (confirmPayment.hasOwnProperty('error')) {
9:44:08 PM: 107 | this.$notify({
9:44:08 PM: error: Do not access Object.prototype method 'hasOwnProperty' from target object (no-prototype-builtins) at src/components/checkout/stripe/Stripe.vue:106:38:
9:44:08 PM: 104 | if (confirmPayment.paymentIntent.status == 'succeeded') {
9:44:08 PM: 105 | console.log('inside confirmPayment status', confirmPayment);
9:44:08 PM: > 106 | if (confirmPayment.hasOwnProperty('error')) {
9:44:08 PM: | ^
9:44:08 PM: 107 | this.$notify({
9:44:08 PM: 108 | group: 'toast',
9:44:08 PM: 109 | type: 'error',
9:44:08 PM: error: 'data' is already declared in the upper scope (no-shadow) at src/components/checkout/stripe/Stripe.vue:114:27:
9:44:08 PM: 112 | event.target.disabled = false;
9:44:08 PM: 113 | }
9:44:08 PM: > 114 | const { data } = await Vue.prototype.$axios({
9:44:08 PM: | ^
9:44:08 PM: 115 | url: ProxyUrl.stripeInstantPayment,
9:44:08 PM: 116 | method: 'post',
9:44:08 PM: 117 | data: {
9:44:08 PM: error: Expected exception block, space or tab after '//' in comment (spaced-comment) at src/components/checkout/stripe/Stripe.vue:124:21:
9:44:08 PM: 122 | if (data && data.httpStatus === 200) {
9:44:08 PM: 123 | return this.$router.push('/orders');
9:44:08 PM: > 124 | //return data.responseData;
9:44:08 PM: | ^
9:44:08 PM: 125 | }
9:44:08 PM: 126 | //this.createPayment(confirmPayment.paymentIntent.id);
9:44:08 PM: 127 | } else {
9:44:08 PM: error: Expected exception block, space or tab after '//' in comment (spaced-comment) at src/components/checkout/stripe/Stripe.vue:126:19:
9:44:08 PM: 124 | //return data.responseData;
9:44:08 PM: 125 | }
9:44:08 PM: > 126 | //this.createPayment(confirmPayment.paymentIntent.id);
9:44:08 PM: | ^
9:44:08 PM: 127 | } else {
9:44:08 PM: 128 | event.target.disabled = false;
9:44:08 PM: 129 | throw new Error('Card details are invalid !');
9:44:08 PM: error: Expected exception block, space or tab after '//' in comment (spaced-comment) at src/components/checkout/stripe/Stripe.vue:148:11:
9:44:08 PM: 146 | * }
9:44:08 PM: 147 | */
9:44:08 PM: > 148 | //return data.responseData;
9:44:08 PM: | ^
9:44:08 PM: 149 | }
9:44:08 PM: 150 | // const data = await Stripe.createToken();
9:44:08 PM: 151 | console.log('stripe payWithStripe token', this.checkoutId);
9:44:08 PM: error: Expected exception block, space or tab after '//' in comment (spaced-comment) at src/components/checkout/stripe/Stripe.vue:152:9:
9:44:08 PM: 150 | // const data = await Stripe.createToken();
9:44:08 PM: 151 | console.log('stripe payWithStripe token', this.checkoutId);
9:44:08 PM: > 152 | //this.$emit('pay', data.token);
9:44:08 PM: | ^
9:44:08 PM: 153 | } catch (error) {
9:44:08 PM: 154 | console.log('Stripe error', error.message);
9:44:08 PM: 155 | }
9:44:08 PM: 11 errors found.
9:44:08 PM: 8 errors potentially fixable with the `--fix` option.
9:44:08 PM: You may use special comments to disable some warnings.
9:44:08 PM: Use // eslint-disable-next-line to ignore the next line.
9:44:08 PM: Use /* eslint-disable */ to ignore all warnings in a file.
9:44:08 PM: warning in ./src/constants/ProxyUrls.js
9:44:08 PM: Module Warning (from ./node_modules/thread-loader/dist/cjs.js):
9:44:08 PM: /opt/build/repo/shopping-webclient/src/constants/ProxyUrls.js
9:44:08 PM: 39:1 error Trailing spaces not allowed no-trailing-spaces
9:44:08 PM: ✖ 1 problem (1 error, 0 warnings)
9:44:08 PM: 1 error and 0 warnings potentially fixable with the `--fix` option.
9:44:08 PM: @ ./src/store/list.js 9:0-46 51:23-32 108:23-32
9:44:08 PM: @ ./src/store/store.js
9:44:08 PM: @ ./src/main.js
9:44:08 PM: @ multi ./src/main.js
9:44:08 PM: warning in ./node_modules/moment/src/lib/locale/locales.js
9:44:08 PM: Module not found: Error: Can't resolve './locale' in '/opt/build/repo/shopping-webclient/node_modules/moment/src/lib/locale'
9:44:08 PM: warning
9:44:08 PM: asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
9:44:08 PM: This can impact web performance.
9:44:08 PM: Assets:
9:44:08 PM: img/fashion.45a0d0f3.jpg (546 KiB)
9:44:08 PM: css/chunk-vendors.138acdba.css (350 KiB)
9:44:08 PM: js/chunk-vendors.a8b832c0.js (1.46 MiB)
9:44:08 PM: Wireframes/DesignPrototype.xd (8.6 MiB)
9:44:08 PM: warning
9:44:08 PM: entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
9:44:08 PM: Entrypoints:
9:44:08 PM: app (1.94 MiB)
9:44:08 PM: css/chunk-vendors.138acdba.css
9:44:08 PM: js/chunk-vendors.a8b832c0.js
9:44:08 PM: css/app.7ddeed79.css
9:44:08 PM: js/app.a0795763.js
9:44:08 PM: File Size Gzipped
9:44:08 PM: dist/js/chunk-vendors.a8b832c0.js 1498.41 KiB 453.58 KiB
9:44:08 PM: dist/js/app.a0795763.js 111.36 KiB 23.43 KiB
9:44:08 PM: dist/js/chunk-6bb1c665.bb48ccfc.js 26.72 KiB 7.75 KiB
9:44:08 PM: dist/js/chunk-7eebdfa4.0bb576c9.js 8.41 KiB 2.69 KiB
9:44:08 PM: dist/js/chunk-621b7f28.41e7dfdc.js 6.90 KiB 2.37 KiB
9:44:08 PM: dist/js/chunk-571e310f.41e52542.js 6.39 KiB 2.31 KiB
9:44:08 PM: dist/js/chunk-60757630.3abe2218.js 5.26 KiB 1.65 KiB
9:44:08 PM: dist/js/chunk-3408dd7e.80992bcc.js 3.30 KiB 1.40 KiB
9:44:08 PM: dist/js/about.d5717c86.js 0.93 KiB 0.38 KiB
9:44:08 PM: dist/css/chunk-vendors.138acdba.css 350.13 KiB 41.28 KiB
9:44:08 PM: dist/css/app.7ddeed79.css 28.43 KiB 5.11 KiB
9:44:08 PM: dist/css/chunk-6bb1c665.f7268d6a.css 6.44 KiB 1.26 KiB
9:44:08 PM: dist/css/chunk-3408dd7e.dda5710d.css 1.98 KiB 0.76 KiB
9:44:08 PM: dist/css/chunk-7eebdfa4.ce7a507d.css 0.90 KiB 0.40 KiB
9:44:08 PM: dist/css/chunk-621b7f28.813f1f7a.css 0.40 KiB 0.18 KiB
9:44:08 PM: dist/css/chunk-60757630.fd7a02b1.css 0.18 KiB 0.13 KiB
9:44:08 PM: dist/css/chunk-571e310f.2fd9c4c8.css 0.13 KiB 0.11 KiB
9:44:08 PM: Images and other types of assets omitted.
9:44:08 PM: DONE Build complete. The dist directory is ready to be deployed.
9:44:08 PM: INFO Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
9:44:09 PM: Skipping functions preparation step: no functions directory set
9:44:09 PM: Caching artifacts
9:44:09 PM: Started saving node modules
9:44:09 PM: Finished saving node modules
9:44:09 PM: Started saving pip cache
9:44:09 PM: Finished saving pip cache
9:44:09 PM: Started saving emacs cask dependencies
9:44:09 PM: Finished saving emacs cask dependencies
9:44:09 PM: Started saving maven dependencies
9:44:09 PM: Finished saving maven dependencies
9:44:09 PM: Started saving boot dependencies
9:44:09 PM: Finished saving boot dependencies
9:44:09 PM: Started saving go dependencies
9:44:09 PM: Finished saving go dependencies
9:44:09 PM: Build script success
9:44:09 PM: Starting to deploy site from 'shopping-webclient/dist'
9:44:09 PM: Creating deploy tree
9:44:09 PM: 0 new files to upload
9:44:09 PM: 0 new functions to upload
9:44:36 PM: Finished processing build request in 1m19.212284562s