Skip to content

Commit

Permalink
fix: cleanup release
Browse files Browse the repository at this point in the history
  • Loading branch information
cupcakearmy committed Mar 6, 2023
1 parent 4a54c3e commit c2d255a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release-please.yml
@@ -1,8 +1,10 @@
name: release-please

on:
push:
branches:
- main
name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
Expand All @@ -17,9 +19,6 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- uses: ./.github/actions/build
if: ${{ steps.release.outputs.release_created }}

- run: pnpm test
if: ${{ steps.release.outputs.release_created }}
- run: pnpm publish
if: ${{ steps.release.outputs.release_created }}
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
],
"scripts": {
"clean": "rm -rf ./dist",
"prepublishOnly": "run-s clean build test",
"prepublishOnly": "run-s clean compile test",
"build": "run-s compile demo",
"compile": "tsc",
"compile:watch": "tsc -w",
Expand Down

0 comments on commit c2d255a

Please sign in to comment.