Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Commit

Permalink
📦
Browse files Browse the repository at this point in the history
  • Loading branch information
eramdam committed Sep 10, 2016
1 parent 7205567 commit ca03bb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -14,8 +14,9 @@
"scripts": {
"start": "cross-env NODE_ENV=dev && gulp",
"build": "cross-env NODE_ENV=dev && gulp build",
"build:prod": "rimraf dist/ && cross-env NODE_ENV=prod && gulp build --type production && zip -qr -9 -X dist.zip dist/",
"pack": "node tools/pack.js"
"build:prod": "rimraf dist/ && cross-env NODE_ENV=prod && gulp build --type production && zip -qr -9 -X packed/dist.zip dist/",
"pack": "node tools/pack.js",
"release": "npm run build:prod && npm run pack"
},
"homepage": "https://github.com/eramdam/BetterTweetDeck",
"dependencies": {
Expand Down

0 comments on commit ca03bb4

Please sign in to comment.