Skip to content

Commit

Permalink
feat(projects): scripts
Browse files Browse the repository at this point in the history
standard
  • Loading branch information
h7ml committed Jun 22, 2022
1 parent 3d38fe6 commit 223c5d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dgiot/dgiot-dashboard",
"version": "4.5.5",
"version": "4.5.4",
"author": "h7ml",
"license": "MPL-2.0",
"private": false,
Expand All @@ -11,7 +11,7 @@
"serve": "vue-cli-service serve",
"test": "vue-cli-service lint --fix",
"release": "npm run changelog:en && npm run changelog:zh",
"standard": "standard-version -r patch -n",
"standard": "standard-version -r patch -n && npm run release",
"dgiot:install": "start ./pnpm.sh",
"build": "vue-cli-service build --report",
"fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit",
Expand Down

0 comments on commit 223c5d5

Please sign in to comment.