Skip to content

Commit

Permalink
Merge pull request #36 from zsk-poznan/dev
Browse files Browse the repository at this point in the history
update: Updated npm workflow file; update: Bumped package version.
  • Loading branch information
tpiechowiak authored Apr 27, 2023
2 parents f1381df + 356bf6e commit 59b2c13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci
- run: npm install --foreground-scripts

publish-npm:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zsk-poznan/ui",
"version": "0.3.2",
"version": "0.3.3",
"main": "build/index.js",
"license": "MIT",
"peerDependencies": {
Expand Down

0 comments on commit 59b2c13

Please sign in to comment.