Skip to content

Commit

Permalink
fix d.ts breaking (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon authored Jun 2, 2021
1 parent 32dc951 commit 495b13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build:size-core": "rollup -c packages/size-check-core/rollup.config.js",
"build:size-vue-i18n": "rollup -c packages/size-check-vue-i18n/rollup.config.js",
"build:sourcemap": "yarn build --sourcemap",
"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",
"clean": "npm-run-all --parallel clean:*",
"clean:cache": "yarn clean:cache:jest",
"clean:cache:jest": "jest --clearCache",
Expand Down

0 comments on commit 495b13f

Please sign in to comment.