summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index 12d3cee684..7c8fd80de6 100644
--- a/package.json
+++ b/package.json
@@ -75,7 +75,6 @@
"format": "prettier --write 'app/**/*.js' 'test/**/*.js'",
"check-format": "prettier --list-different 'app/**/*.js' 'test/**/*.js'",
"flow": "flow",
- "pack": "run-s pack:mac pack:win pack:linux",
"pack:mac": "cross-env BABEL_ENV=electron run-s private:clean private:compile private:build:mac && rm -r ./dist/mac",
"pack:win": "cross-env BABEL_ENV=electron run-s private:clean private:compile private:build:win",
"pack:linux": "cross-env BABEL_ENV=electron run-s private:clean private:compile private:build:linux",