Skip to content

Commit

Permalink
foi
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Dec 12, 2021
1 parent b399378 commit 0ea3c9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ jobs:
GIT_AUTHOR_NAME: "@bumper-bot"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN || secrets.GITHUB_TOKEN }}
run: yarn deploy:release
run: |
yarn release
yarn deploy:release
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@
"type": "git",
"url": "https://github.com/skynexui/react.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"scripts": {
"deploy:release": "semantic-release",
"prepublishOnly": "yarn run release",
"release": "yarn run build:dev && yarn run build:prod",
"build:dev": "NODE_ENV=development rollup -c",
"build:prod": "NODE_ENV=production rollup -c"
Expand Down

0 comments on commit 0ea3c9e

Please sign in to comment.