Skip to content

Commit

Permalink
Merge pull request #131 from JorgeRojo/develop
Browse files Browse the repository at this point in the history
v1.5.13
  • Loading branch information
JorgeRojo committed Oct 9, 2023
2 parents 8ff5cf1 + 45baa96 commit c8732cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
- run: rm -f ./yarn.lock
- run: yarn install --disable-pnp
- run: yarn test
- run: yarn build
- run: yarn dist
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fratch-ui",
"version": "1.5.12",
"version": "1.5.13",
"repository": {
"type": "git",
"url": "https://github.com/JorgeRojo/fratch-ui.git"
Expand Down Expand Up @@ -68,7 +68,7 @@
"dist:files": "cp -f ./package.json ./dist/package.json && cp -f ./README.md ./dist/README.md && cp -f ./LICENSE ./dist/LICENSE.md",
"dist:publish": "yarn publish ./dist/ --non-interactive --disable-pnp --ignore-scripts",
"dist": "yarn dist:files && yarn pack --cwd ./dist/",
"publish": "yarn dist && yarn dist:publish",
"publish": "yarn build && yarn dist && yarn dist:publish",
"test": "vitest --run --config ./vitest.config.ts",
"test:cover": "yarn test run --coverage",
"prepare": "husky install"
Expand Down

0 comments on commit c8732cb

Please sign in to comment.