2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-13 08:32:26 +03:00

docs(1731): remove GA & allow deploy previews (#1732)

This commit is contained in:
Jeff Sagal
2022-12-16 11:21:58 -08:00
committed by GitHub
parent 709905da27
commit c886fcfc67
4 changed files with 10 additions and 13 deletions
+1 -2
View File
@@ -5,13 +5,12 @@
"scripts": {
"serve": "vuepress dev",
"build": "vuepress build",
"build:preview": "cross-env DEPLOY_PREVIEW=true vuepress build"
"build:preview": "cross-env DEPLOY_PREVIEW=1 vuepress build"
},
"devDependencies": {
"@octokit/graphql": "^4.3.1",
"@popperjs/core": "^2.1.0",
"@vuepress/plugin-active-header-links": "^1.4.0",
"@vuepress/plugin-google-analytics": "^1.4.0",
"@vuepress/plugin-nprogress": "^1.4.0",
"@vuepress/plugin-pwa": "^1.4.0",
"@vuepress/plugin-register-components": "^1.4.0",