We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32dc951 commit 495b13fCopy full SHA for 495b13f
package.json
@@ -20,7 +20,7 @@
20
"build:size-core": "rollup -c packages/size-check-core/rollup.config.js",
21
"build:size-vue-i18n": "rollup -c packages/size-check-vue-i18n/rollup.config.js",
22
"build:sourcemap": "yarn build --sourcemap",
23
- "build:type": "yarn build --types && tail -n +22 ./packages/vue-i18n/src/vue.d.ts >> ./packages/vue-i18n/dist/vue-i18n.d.ts",
+ "build:type": "yarn build --types && tail -n +32 ./packages/vue-i18n/src/vue.d.ts >> ./packages/vue-i18n/dist/vue-i18n.d.ts",
24
"clean": "npm-run-all --parallel clean:*",
25
"clean:cache": "yarn clean:cache:jest",
26
"clean:cache:jest": "jest --clearCache",
0 commit comments