Skip to content

Commit 00286fb

Browse files
authored
fix: build script referencing old script names (#2257)
* fix: build script referencing old script names * removes skip flags for macos build
1 parent 53e224e commit 00286fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-config/buildspec-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ phases:
3131
- pip3 install -r scripts/requirements.txt
3232
build:
3333
commands:
34-
- python3.11 scripts/qchatmain.py build
34+
- python3.11 scripts/main.py build
3535

3636
artifacts:
3737
discard-paths: "yes"

build-config/buildspec-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ phases:
2929
- pip3 install -r scripts/requirements.txt
3030
build:
3131
commands:
32-
- python3 scripts/qchatmain.py build --skip-lints --skip-tests --not-release
32+
- python3 scripts/main.py build
3333

3434
artifacts:
3535
discard-paths: "yes"

0 commit comments

Comments
 (0)