Skip to content

Commit

Permalink
feat: add building to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maneike committed Oct 29, 2024
1 parent 2bb026d commit 52dcada
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"clean-frogs-poke",
"light-walls-obey",
"new-eggs-cheat",
"rare-beans-divide",
"silent-rocks-design",
"witty-months-give"
]
Expand Down
5 changes: 5 additions & 0 deletions .changeset/rare-beans-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tonik/create-stapler-app': minor
---

Changed binaries
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- name: Install Dependencies
run: pnpm install

- name: Build Packages
run: |
pnpm --filter @tonik/create-stapler-app build
- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
Expand Down
6 changes: 6 additions & 0 deletions packages/create-stapler-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tonik/create-stapler-app

## 0.1.0-alpha.7

### Minor Changes

- Changed binaries

## 0.1.0-alpha.6

### Minor Changes
Expand Down
1 change: 1 addition & 0 deletions packages/create-stapler-app/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import cli from '@tonik/create-stapler-app-cli';

cli();
2 changes: 1 addition & 1 deletion packages/create-stapler-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonik/create-stapler-app",
"version": "0.1.0-alpha.6",
"version": "0.1.0-alpha.7",
"main": "./dist/index.mjs",
"bin": {
"create-stapler-app": "./dist/index.mjs"
Expand Down

0 comments on commit 52dcada

Please sign in to comment.