Skip to content

Commit 8b17321

Browse files
committed
adding changelog and contributing entries
1 parent 3c5bd45 commit 8b17321

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
77
## Fixed
88

99
- [#2756](https://github.com/plotly/dash/pull/2756) Prevent false dangerous link warning. Fixes [#2743](https://github.com/plotly/dash/issues/2743)
10+
- [#2752](https://github.com/plotly/dash/pull/2752) Fixed issue with Windows build, for first time build on Windows, the dev needs to use `npm run first-build`
1011

1112
## Changed
1213

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ $ npm ci
2323
#
2424
$ npm run build # runs `renderer build` and `npm build` in dcc, html, table
2525
# build and install components used in tests
26+
# on windows, the developer will need to use `npm run first-build` this performs additional first steps
2627
#
2728
# Alternatively one could run part of the build process e.g.
2829
$ dash-update-components "dash-core-components"

0 commit comments

Comments
 (0)