Skip to content

Commit

Permalink
Merge pull request #47 from asieduernest12/fix/ui
Browse files Browse the repository at this point in the history
fix(ci): print manifest after build and update make calls
  • Loading branch information
asieduernest12 authored Dec 25, 2024
2 parents 1a3a95d + 77e5392 commit 5c1e3c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
git config --global user.name "gh-action"
npm run release
make build@latest test
make build@latest test print-manifests
- name: Read version from package.json
run: echo "VERSION=$(npm pkg get version | tr -d '\"')" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-test-plasmo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
git config --global user.name "gh-action"
npm run release && head -n10 CHANGELOG.md
make build@latest test
make build@latest test print-manifests
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ _build: ## build all targets

build@latest: ## build latest using version in bump.txt
rm -rf build/*
npm run gh:build:development
npm run gh:build
. ./action.sh
@make test

extract: ## extract files
Expand Down

0 comments on commit 5c1e3c7

Please sign in to comment.