|
65 | 65 | "docs-dev":"cross-env NODE_ENV=docs nuxt dev -c docs/nuxt.config.js", |
66 | 66 | "docs-gen":"cross-env NODE_ENV=docs nuxt generate -c docs/nuxt.config.js", |
67 | 67 | "lint":"eslint --ext .js,.md,.vue ./", |
68 | | -"postinstall":"opencollective || exit 0", |
| 68 | +"postinstall":"opencollective || exit 0; echo '\nNOTICE: bootstrap-vue is no longer actively maintained and will not receive future updates. Please switch to bootstrap-vue-next for ongoing development and support: https://github.com/bootstrap-vue-next/bootstrap-vue-next\nFor details: https://github.com/bootstrap-vue/bootstrap-vue/issues/6872#issuecomment-2123267104\n'" |
69 | 69 | "prepare":"husky install && yarn run build", |
70 | 70 | "prettify":"prettier --write '**/*.{js,json,md,scss,ts,vue}'", |
71 | 71 | "release":"yarn run prettify && yarn run test && yarn run build && yarn run release-notes && standard-version", |
|