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 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/" ,
You can’t perform that action at this time.
0 commit comments