mirror of
https://github.com/cupcakearmy/formhero.git
synced 2024-12-22 08:06:24 +00:00
fix: cleanup release
This commit is contained in:
parent
4a54c3ec8a
commit
c2d255a7fb
7
.github/workflows/release-please.yml
vendored
7
.github/workflows/release-please.yml
vendored
@ -1,8 +1,10 @@
|
|||||||
|
name: release-please
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
name: release-please
|
|
||||||
jobs:
|
jobs:
|
||||||
release-please:
|
release-please:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -17,9 +19,6 @@ jobs:
|
|||||||
if: ${{ steps.release.outputs.release_created }}
|
if: ${{ steps.release.outputs.release_created }}
|
||||||
- uses: ./.github/actions/build
|
- uses: ./.github/actions/build
|
||||||
if: ${{ steps.release.outputs.release_created }}
|
if: ${{ steps.release.outputs.release_created }}
|
||||||
|
|
||||||
- run: pnpm test
|
|
||||||
if: ${{ steps.release.outputs.release_created }}
|
|
||||||
- run: pnpm publish
|
- run: pnpm publish
|
||||||
if: ${{ steps.release.outputs.release_created }}
|
if: ${{ steps.release.outputs.release_created }}
|
||||||
env:
|
env:
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rm -rf ./dist",
|
"clean": "rm -rf ./dist",
|
||||||
"prepublishOnly": "run-s clean build test",
|
"prepublishOnly": "run-s clean compile test",
|
||||||
"build": "run-s compile demo",
|
"build": "run-s compile demo",
|
||||||
"compile": "tsc",
|
"compile": "tsc",
|
||||||
"compile:watch": "tsc -w",
|
"compile:watch": "tsc -w",
|
||||||
|
Loading…
Reference in New Issue
Block a user