Skip to content

Commit

Permalink
Fix bugs and update package name (#227)
Browse files Browse the repository at this point in the history
* Rename project

* Fix require shipping field

* Rename require shipping field

* Update dependencies

* Update pint

* Update github actions
  • Loading branch information
mckenziearts authored Jan 9, 2024
1 parent 91ac201 commit f43ef5d
Show file tree
Hide file tree
Showing 45 changed files with 1,025 additions and 884 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: npm-build
on:
pull_request:
branches:
- main
- 2.x
types: [closed]

jobs:
Expand All @@ -12,7 +12,7 @@ jobs:
if: github.event.pull_request.merged == true
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: 2.x

Expand All @@ -30,6 +30,6 @@ jobs:
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: main
branch: 2.x
commit_message: >
chore: Compile assets
11 changes: 6 additions & 5 deletions .github/workflows/pint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}

- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
- name: Install Composer
run: composer install

run: composer install --no-interaction
- name: Run Laravel Pint
run: composer pint

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "shopper/shopper",
"name": "shopper/framework",
"description": "An e-commerce administration built with Laravel for create and manage online shop.",
"license": "MIT",
"keywords": ["e-commerce", "Tallstack", "Store"],
Expand Down Expand Up @@ -110,7 +110,7 @@
},
"replace": {
"shopper/core": "self.version",
"shopper/shopper": "self.version",
"shopper/framework": "self.version",
"shopper/sidebar": "self.version"
},
"minimum-stability": "dev",
Expand Down
Loading

0 comments on commit f43ef5d

Please sign in to comment.