Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dhjddcn committed Mar 1, 2023
1 parent dda2375 commit 1540b38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"description": "一个Halo博客主题,Butterfly",
"scripts": {
"dev": "gulp watch",
"clean": "gulp clean",
"zip": "gulp zip",
"build-css": "gulp css",
"build-js": "gulp js",
"build-zip": "npm run clean && gulp && npm run zip",
"build": "npm run clean && gulp",
"clean": "gulp clean",
"build-js": "gulp js",
"build-css": "gulp css",
"set-npmjs": "npm config set registry https://registry.npmjs.org",
"set-taobao": "npm config set registry https://registry.npm.taobao.org",
"major": "npm version major",
Expand Down

0 comments on commit 1540b38

Please sign in to comment.