Skip to content

Commit

Permalink
Refactor - add build:rollup CI (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhannachi authored Jul 22, 2023
1 parent 2208f5a commit 83d5db9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ jobs:
- name: Build Storybook
run: pnpm build

- name: Build Rollup Storybook
run: pnpm build:rollup

- name: zip storybook-static
run: tar -czf storybook-static.tar.gz ./storybook-static

Expand Down Expand Up @@ -253,6 +256,10 @@ jobs:
- name: Prepare repository
run: git fetch --unshallow --tags

- uses: pnpm/action-setup@v2
with:
version: 8

- name: Step Node
uses: actions/setup-node@v3
with:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.1.3 (Sat Jul 22 2023)

- Update CI to automatically integrate releases.

#### Authors: 1

# v1.1.2 (Sat Jul 22 2023)

- Update CI to automatically integrate releases.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rhannachi/components",
"author": "rhannachi",
"version": "1.1.2",
"version": "1.1.3",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 83d5db9

Please sign in to comment.