File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 29
29
"build:1-compile" : " rollup -c --configPlugin typescript={tsconfig:\\ 'tsconfig.build.json\\ '}" ,
30
30
"build:3-copy-pkg-json" : " npx --yes @makerx/ts-toolkit@latest copy-package-json --custom-sections module main type types exports" ,
31
31
"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" ,
33
33
"build:6-fix-types-location" : " cpy 'dist/src/**/*.*' 'dist' && rimraf dist/src && rimraf dist/rollup.config.d.ts" ,
34
34
"check-types" : " tsc --noEmit" ,
35
35
"format:fix" : " prettier --write ./src/" ,
You can’t perform that action at this time.
0 commit comments