Skip to content

Commit

Permalink
✨ feat: 更新版本号至0.0.2并去除无用的构建脚本命令
Browse files Browse the repository at this point in the history
  • Loading branch information
vnobo committed Jul 1, 2024
1 parent fee1eb7 commit bbc3f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"watch": "ng build --watch --configuration development",
"test": "ng test",
"serve:ssr:web": "node dist/web/server/server.mjs",
"lint": "ng lint",
"serve:ssr:app": "node dist/app/server/server.mjs"
"lint": "ng lint"
},
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ui/projects/commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plate-commons",
"version": "0.0.1",
"version": "0.0.2",
"author": "Alex Bob <[email protected]>",
"peerDependencies": {
"@angular/common": "^18.0.0",
Expand Down

0 comments on commit bbc3f06

Please sign in to comment.