Skip to content

Commit

Permalink
build: fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
huanhuanwa committed Jul 16, 2024
1 parent c51461a commit baf4af2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
"release-next-manual": "npm run build && wpm release --release-branch-format release-next-v{{version}}",
"watch": "ng build --watch --configuration development",
"pub": "wpm publish && npm run pub-only",
"pub-only": "cd dist/grid && npm publish",
"pub-only": "cd dist/grid && npm publish --access=public",
"test": "ng test grid"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/worktile/ai-table"
Expand Down

0 comments on commit baf4af2

Please sign in to comment.