Skip to content

Commit 81869fa

Browse files
committed
fix: incorrect github link used for published readme
1 parent 9b32beb commit 81869fa

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
@@ -29,7 +29,7 @@
2929
"build:1-compile": "rollup -c --configPlugin typescript={tsconfig:\\'tsconfig.build.json\\'}",
3030
"build:3-copy-pkg-json": "npx --yes @makerx/ts-toolkit@latest copy-package-json --custom-sections module main type types exports",
3131
"build:4-copy-readme": "cpy README.md LICENSE dist",
32-
"build:5-fix-readme-links": "replace-in-files --string '(./' --replacement '(https://github.com/MakerXStudio/ts-npm-package-template-sandbox/blob/main/' dist/README.md",
32+
"build:5-fix-readme-links": "replace-in-files --string '(./' --replacement '(https://github.com/MakerXStudio/ts-dossier/blob/main/' dist/README.md",
3333
"build:6-fix-types-location": "cpy 'dist/src/**/*.*' 'dist' && rimraf dist/src && rimraf dist/rollup.config.d.ts",
3434
"check-types": "tsc --noEmit",
3535
"format:fix": "prettier --write ./src/",

0 commit comments

Comments
 (0)