Skip to content

Commit 4584429

Browse files
committed
new version
1 parent aedae16 commit 4584429

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Create React Build
4545
working-directory: ./ui
46-
run: sudo npm run build
46+
run: sudo npm run ojsbuild
4747

4848
- name: Zip Buiĺd folder
4949
uses: papeloto/action-zip@v1

ui/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
},
4646
"scripts": {
4747
"start": "react-scripts start --loglevel debug",
48-
"build": "react-scripts build && npm run build-rename",
48+
"build": "react-scripts build",
49+
"ojsbuild": "react-scripts build && npm run build-rename",
4950
"test": "jest --runInBand --detectOpenHandles",
5051
"eject": "react-scripts eject",
5152
"build-rename": "npm run build-rename-js && npm run build-rename-css && npm run build-rename-js2 && npm run build-rename-css2",

0 commit comments

Comments
 (0)