Skip to content

Commit

Permalink
fix: include optional dependency to fix missing module on docs build …
Browse files Browse the repository at this point in the history
…GitHub action
  • Loading branch information
dairiley authored and bigadsoleiman committed Jan 22, 2024
1 parent 3a5b70e commit 9636a3c
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 0 deletions.
158 changes: 158 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@
"constructs": "^10.0.0",
"enquirer": "^2.4.1",
"source-map-support": "^0.5.21"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.6.1"
}
}

0 comments on commit 9636a3c

Please sign in to comment.