Skip to content

Commit

Permalink
build: fix line offset
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jun 30, 2022
1 parent 31aaf3b commit 28cbd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dev": "vite --config playground/vite.config.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
"build": "rimraf dist && rollup -c rollup.config.js",
"build:dts": "api-extractor run --local --verbose && tail -n +9 src/globalExtensions.ts >> dist/vue-router.d.ts",
"build:dts": "api-extractor run --local --verbose && tail -n +10 src/globalExtensions.ts >> dist/vue-router.d.ts",
"build:playground": "vue-tsc --noEmit && vite build --config playground/vite.config.js",
"build:e2e": "vue-tsc --noEmit && vite build --config e2e/vite.config.js",
"build:size": "pnpm run build && rollup -c size-checks/rollup.config.js",
Expand Down

0 comments on commit 28cbd7b

Please sign in to comment.