Skip to content

Commit

Permalink
build: update
Browse files Browse the repository at this point in the history
  • Loading branch information
huanhuanwa committed Jul 16, 2024
1 parent cb1ee6c commit c81d0ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
run: |
git config user.name github-actions
git config user.email [email protected]
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
npm config set scope "@ai-table"
npm run pub
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
4 changes: 0 additions & 4 deletions packages/grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
"dependencies": {
"tslib": "^2.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/worktile/ai-table"
},
"exports": {
"./styles/styles": {
"sass": "./styles/styles.scss"
Expand Down

0 comments on commit c81d0ba

Please sign in to comment.