-
Notifications
You must be signed in to change notification settings - Fork 36
chore: verdaccio setup #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
630d4f1
chore: setup verdaccio
mdjastrzebski df2d8ce
fix typecheck
mdjastrzebski 408a242
debug
mdjastrzebski da90f32
fix
mdjastrzebski 3087bd7
fix
mdjastrzebski 4a8eb1a
disable tests
mdjastrzebski 06bb1c3
debug
mdjastrzebski 6d38792
publish template package
mdjastrzebski 12b5b07
fix merging of NPM-based templates
mdjastrzebski 6be43f4
cleanup
mdjastrzebski b7466f1
remove `publishConfig`
mdjastrzebski 3dcb1e4
fix
mdjastrzebski af0ea29
move verdaccio config
mdjastrzebski d2ea83f
remove sleep
mdjastrzebski c1779bf
fix
mdjastrzebski 783cf0c
restore sleep
mdjastrzebski 13ef307
tweaks
mdjastrzebski 53b4503
more tweaks
mdjastrzebski 9988b96
code review changes
mdjastrzebski faca3bf
code review: limit create app steps
mdjastrzebski 9a314c1
replaceAll
mdjastrzebski d6a169b
packageJson field removal
mdjastrzebski 0b5cf38
improve verdaccio startup script
mdjastrzebski 494e4c2
chore tweaks
mdjastrzebski 5b13a75
improve verdaccio init script
mdjastrzebski 812e100
simplify verdaccio config
mdjastrzebski e21033f
pnpm lock
mdjastrzebski 8d6f9b1
swap execa for nano-spawn
mdjastrzebski 6721846
handle also sigterm
mdjastrzebski a860acf
backup file
mdjastrzebski 0eb6f0c
more tweaks
mdjastrzebski 3e757cb
run verdaccio in bg on ci
mdjastrzebski 53aeeb1
fix help
mdjastrzebski aa964d5
use npm publish instead of pnpm publish
mdjastrzebski 7c46343
fix issue with removed +x flag on gradlew
mdjastrzebski d4fe2b0
fix
mdjastrzebski f5ea026
fix pnpm install
mdjastrzebski e3cf3dc
improve ci stability
mdjastrzebski 76c8e82
docs
mdjastrzebski d084842
fix typo
thymikee d69d232
refactor: cleanup template handling in packages (#47)
mdjastrzebski ecefea0
fix package.json resolution in cli
mdjastrzebski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we also intercept kill singal (e.g. ctrl+c) in
scripts/verdaccio-init.mjsand call this cleanup as well?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sounds like a good idea, will check
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done for SIGINT & SIGTERM. SIGKILL cannot be captured.