Skip to content

Commit

Permalink
improve build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-oleshkevich committed Feb 27, 2024
1 parent 067b3a5 commit 291ac5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,8 @@ jobs:
run: yarn install
working-directory: assets

- name: Build
run: |
yarn build:css
yarn build:js
working-directory: assets
- name: Build assets
run: yarn build

- name: Install python dependencies
run: |
Expand All @@ -59,7 +56,7 @@ jobs:
- name: Archive build artifacts
uses: actions/upload-artifact@v3
with:
name: package.zip
name: ohmyadmin.zip
retention-days: 7
path: |
dist
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://github.com/alex-oleshkevich/ohmyadmin"
repository = "https://github.com/alex-oleshkevich/ohmyadmin"
documentation = "https://github.com/alex-oleshkevich/ohmyadmin"
keywords = []
include = ["ohmyadmin/statics/build/*"]
include = ["ohmyadmin/statics/*"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
Expand Down

0 comments on commit 291ac5e

Please sign in to comment.