Skip to content

Commit

Permalink
fix: build to typescript now it will go
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Dec 12, 2021
1 parent 0e49eb6 commit 8fb29f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN || secrets.GITHUB_TOKEN }}
run: |
yarn build
yarn release
yarn deploy:release
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
},
"scripts": {
"build": "rollup -c",
"deploy:release": "semantic-release",
"release": "yarn run build:dev && yarn run build:prod",
"build:dev": "NODE_ENV=development rollup -c",
"build:prod": "NODE_ENV=production rollup -c"
"release": "semantic-release"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
Expand Down

0 comments on commit 8fb29f4

Please sign in to comment.