|
30 | 30 | "test:core": "jest", |
31 | 31 | "test:module": "yarn workspace @chakra-ui/nuxt test", |
32 | 32 | "test": "yarn test:core && yarn test:module", |
33 | | - "publish-ci": "lerna publish from-package -y --no-verify-access", |
34 | | - "release": "lerna version patch && lerna publish from-package", |
35 | | - "push": "git add -A && git commit -m \"chore(lerna): publishing package \" && lerna version --conventional-commits", |
| 33 | + "publish-ci": "git add -A && git commit -m \"chore(lerna): publishing package \" && lerna publish from-package -y --no-verify-access", |
36 | 34 | "clean": "lerna run clean", |
37 | 35 | "storybook": "cross-env STORYBOOK_VUE_DEV_TOOLS=1 start-storybook -p 9000", |
38 | 36 | "storybook:devtools": "vue-devtools", |
|
83 | 81 | "lint-staged": "^9.4.2", |
84 | 82 | "mdx-vue": "^1.0.2", |
85 | 83 | "mdx-vue-loader": "^1.0.2", |
86 | | - "mixpanel-browser": "^2.36.0", |
87 | 84 | "node-fetch": "^2.6.0", |
88 | 85 | "node-sass": "^4.13.1", |
89 | 86 | "nuxt": "^2.13.3", |
|
118 | 115 | "@emotion/eslint-plugin": "^11.0.0", |
119 | 116 | "@nuxtjs/eslint-config": "^3.0.0", |
120 | 117 | "@nuxtjs/eslint-module": "^1.0.0", |
| 118 | + "@nuxtjs/google-analytics": "^2.4.0", |
121 | 119 | "@nuxtjs/module-test-utils": "^1.6.1", |
122 | 120 | "@testing-library/jest-dom": "^5.1.1", |
123 | 121 | "@testing-library/user-event": "^10.0.0", |
|
0 commit comments