Skip to content
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

fix: jsii-pacmak is not included as dev dependency #1686

Merged
merged 1 commit into from
Mar 15, 2022

Conversation

Chriscbr
Copy link
Contributor

@Chriscbr Chriscbr commented Mar 14, 2022

Sometimes while doing a local build, I encounter the build hanging because the relevant version of jsii-pacmak hasn't been installed:

👾 package-all » package:js | npx jsii-pacmak@$jsii_version -v --target js
Need to install the following packages:
  jsii-pacmak
Ok to proceed? (y)

Instead let's just add it as a dev dependency outright.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@mergify mergify bot added the contribution/core ⚙️ used by automation label Mar 14, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #1686 (ae0de6d) into main (d90284c) will increase coverage by 1.55%.
The diff coverage is 91.16%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1686      +/-   ##
==========================================
+ Coverage   88.06%   89.61%   +1.55%     
==========================================
  Files         132      151      +19     
  Lines        5109     6153    +1044     
  Branches     1207     1579     +372     
==========================================
+ Hits         4499     5514    +1015     
- Misses        610      637      +27     
- Partials        0        2       +2     
Impacted Files Coverage Δ
src/cdk/consts.ts 100.00% <ø> (+36.36%) ⬆️
src/dev-env.ts 83.33% <0.00%> (ø)
src/java/index.ts 100.00% <ø> (ø)
src/python/index.ts 100.00% <ø> (ø)
src/release/index.ts 100.00% <ø> (ø)
src/release/update-changelog.ts 100.00% <ø> (ø)
src/sample-file.ts 93.75% <ø> (+0.13%) ⬆️
src/semver.ts 20.00% <ø> (ø)
src/source-code.ts 96.15% <ø> (+0.69%) ⬆️
src/task-runtime.ts 35.46% <ø> (+22.86%) ⬆️
... and 182 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 71ad8c7...ae0de6d. Read the comment docs.

@Chriscbr Chriscbr marked this pull request as ready for review March 14, 2022 23:52
@mergify mergify bot merged commit 5f68990 into main Mar 15, 2022
@mergify mergify bot deleted the rybickic/jsii-pacmak branch March 15, 2022 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core ⚙️ used by automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants