Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

Commit

Permalink
fix: 修好 package.json 的 build script
Browse files Browse the repository at this point in the history
  • Loading branch information
henry40408 committed May 17, 2018
1 parent b741747 commit ec7908a
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 @@ -6,9 +6,9 @@
"scripts": {
"start": "npm run dev:chrome",
"build": "npm run build:chrome",
"build:chrome": "gulp --production --vendor=chrome && gulp pack --vendor=chrome",
"build:firefox": "gulp --production --vendor=firefox && gulp pack --vendor=firefox",
"build:opera": "gulp --production --vendor=opera && gulp pack --vendor=opera",
"build:chrome": "gulp pack --production --vendor=chrome",
"build:firefox": "gulp pack --production --vendor=firefox",
"build:opera": "gulp pack --production --vendor=opera",
"dev": "npm run dev:chrome",
"dev:chrome": "gulp --watch --vendor=chrome",
"dev:firefox": "gulp --watch --vendor=firefox",
Expand Down

0 comments on commit ec7908a

Please sign in to comment.