Skip to content

Commit 28cbd7b

Browse files
committed
build: fix line offset
1 parent 31aaf3b commit 28cbd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"dev": "vite --config playground/vite.config.js",
5151
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
5252
"build": "rimraf dist && rollup -c rollup.config.js",
53-
"build:dts": "api-extractor run --local --verbose && tail -n +9 src/globalExtensions.ts >> dist/vue-router.d.ts",
53+
"build:dts": "api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts",
5454
"build:playground": "vue-tsc --noEmit && vite build --config playground/vite.config.js",
5555
"build:e2e": "vue-tsc --noEmit && vite build --config e2e/vite.config.js",
5656
"build:size": "pnpm run build && rollup -c size-checks/rollup.config.js",

0 commit comments

Comments
 (0)