Skip to content

Husky & deprecated rollup plugins #103

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 2 commits into from
May 18, 2021

Conversation

JBBianchi
Copy link
Member

@JBBianchi JBBianchi commented May 18, 2021

What this PR does / why we need it:

  • fixed husky config
  • updated deprecated rollup plugins
  • changed npm script lifecycle hook for husky install, used prepublish (which is actually run after install & ci) instead of prepare which runs too often (pack for instance)

Closes #98

- fixed husky config
- updated deprecated rollup plugins

Signed-off-by: JBBianchi <jb.bianchi@neuroglia.io>
@JBBianchi JBBianchi changed the title Husky & deprecated rollup plugins [WIP] Husky & deprecated rollup plugins May 18, 2021
- moved husky install from `prepare` to `prepublish`

Signed-off-by: JBBianchi <jb.bianchi@neuroglia.io>
@JBBianchi JBBianchi changed the title [WIP] Husky & deprecated rollup plugins Husky & deprecated rollup plugins May 18, 2021
@JBBianchi
Copy link
Member Author

@antmendoza @tsurdilo can you confirm that:

  1. The git hooks work as expected
  2. The npm link command is working as expected

?

@tsurdilo
Copy link
Contributor

@JBBianchi tested on my end and it works fine now (no need to create the .git dir). Thanks!

@antmendoza
Copy link
Contributor

thank you @JBBianchi

@antmendoza antmendoza merged commit 6cd783a into serverlessworkflow:main May 18, 2021
@JBBianchi JBBianchi deleted the husky branch May 19, 2021 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to "npm link"
3 participants