Skip to content

Commit

Permalink
build: update package file
Browse files Browse the repository at this point in the history
  • Loading branch information
huanhuanwa committed Jul 15, 2024
1 parent 0218937 commit 1c256e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"release-manual": "npm run build && wpm release",
"release-next-manual": "npm run build && wpm release --release-branch-format release-next-v{{version}}",
"watch": "ng build --watch --configuration development",
"pub": "cd dist/grid && npm publish",
"pub": "wpm publish && npm run pub-only",
"pub-only": "cd dist/grid && npm publish",
"test": "ng test grid"
},
"private": true,
Expand Down

0 comments on commit 1c256e0

Please sign in to comment.