Skip to content

Commit

Permalink
Add update-rad script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kotAPI committed Dec 18, 2023
1 parent 5ace104 commit 8896309
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4 changes: 3 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"build": "npm run clean && npm run build-css && rollup -c",
"generate-tokens": "node ./scripts/tokenGen",
"publish": "npm publish --access public",
"lint": "eslint --ext .js,.jsx,.ts,.tsx . --fix"
"lint": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
"update-rad": "npm update @radui/ui"
},
"repository": {
"type": "git",
Expand All @@ -34,6 +35,7 @@
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.3",
"@radui/ui": "^0.0.4",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
Expand Down Expand Up @@ -82,7 +84,6 @@
},
"dependencies": {
"@floating-ui/react": "^0.26.2",
"@radui/ui": "^0.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit 8896309

Please sign in to comment.