Skip to content

Commit 495b13f

Browse files
authored
fix d.ts breaking (#519)
1 parent 32dc951 commit 495b13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build:size-core": "rollup -c packages/size-check-core/rollup.config.js",
2121
"build:size-vue-i18n": "rollup -c packages/size-check-vue-i18n/rollup.config.js",
2222
"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",
23+
"build:type": "yarn build --types && tail -n +32 ./packages/vue-i18n/src/vue.d.ts >> ./packages/vue-i18n/dist/vue-i18n.d.ts",
2424
"clean": "npm-run-all --parallel clean:*",
2525
"clean:cache": "yarn clean:cache:jest",
2626
"clean:cache:jest": "jest --clearCache",

0 commit comments

Comments
 (0)