Skip to content

Commit 6986c71

Browse files
vovaspaceVladimir Lewandowski
and
Vladimir Lewandowski
authored
chore: add CHANGELOG.md to build archive (#2141)
Co-authored-by: Vladimir Lewandowski <[email protected]>
1 parent f427375 commit 6986c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"build": "rm -rf build && DISABLE_ESLINT_PLUGIN=true CI=true react-app-rewired build",
7070
"//build:embedded": "echo 'PUBLIC_URL is a setting for create-react-app. Embedded version is built and hosted as is on ydb servers, with no way of knowing the final URL pattern. PUBLIC_URL=. keeps paths to all static relative, allowing servers to handle them as needed'",
7171
"build:embedded": "GENERATE_SOURCEMAP=false PUBLIC_URL=. REACT_APP_BACKEND=http://localhost:8765 REACT_APP_META_BACKEND=undefined npm run build",
72-
"build:embedded:archive": "npm run build:embedded && mv build embedded-ui && zip -r embedded-ui.zip embedded-ui && rm -rf embedded-ui",
72+
"build:embedded:archive": "npm run build:embedded && mv build embedded-ui && cp CHANGELOG.md embedded-ui/CHANGELOG.md && zip -r embedded-ui.zip embedded-ui && rm -rf embedded-ui",
7373
"lint": "run-p lint:*",
7474
"lint:js": "eslint --ext .js,.jsx,.ts,.tsx .",
7575
"lint:styles": "stylelint 'src/**/*.{css,scss}'",

0 commit comments

Comments
 (0)