aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-07-24 01:28:27 +0800
committerFabio Berger <me@fabioberger.com>2018-07-24 01:28:27 +0800
commit39724292e36c9812ec727d2734e34a2ffd92cdb7 (patch)
treeaff22a0424236bf97c96842a479c24571c4ce672 /package.json
parent24b5aa0e8214f51d5e01b21aae57713aaf4ae382 (diff)
downloaddexon-0x-contracts-39724292e36c9812ec727d2734e34a2ffd92cdb7.tar
dexon-0x-contracts-39724292e36c9812ec727d2734e34a2ffd92cdb7.tar.gz
dexon-0x-contracts-39724292e36c9812ec727d2734e34a2ffd92cdb7.tar.bz2
dexon-0x-contracts-39724292e36c9812ec727d2734e34a2ffd92cdb7.tar.lz
dexon-0x-contracts-39724292e36c9812ec727d2734e34a2ffd92cdb7.tar.xz
dexon-0x-contracts-39724292e36c9812ec727d2734e34a2ffd92cdb7.tar.zst
dexon-0x-contracts-39724292e36c9812ec727d2734e34a2ffd92cdb7.zip
Omit building website before publish
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index 66f9a9e0c..0fa7076e9 100644
--- a/package.json
+++ b/package.json
@@ -13,8 +13,8 @@
"prettier:ci": "prettier --list-different '**/*.{ts,tsx,json,md}' --config .prettierrc",
"report_coverage": "lcov-result-merger 'packages/*/coverage/lcov.info' | coveralls",
"test:installation": "node ./packages/monorepo-scripts/lib/test_installation.js",
- "run:publish": "run-s install:all build:monorepo_scripts script:prepublish_checks rebuild script:publish",
- "run:publish:dry": "run-s install:all build:monorepo_scripts script:prepublish_checks rebuild script:publish:dry",
+ "run:publish": "run-s install:all build:monorepo_scripts script:prepublish_checks rebuild:no_website script:publish",
+ "run:publish:dry": "run-s install:all build:monorepo_scripts script:prepublish_checks rebuild:no_website script:publish:dry",
"script:prepublish_checks": "node ./packages/monorepo-scripts/lib/prepublish_checks.js",
"script:publish": "node ./packages/monorepo-scripts/lib/publish.js",
"script:publish:dry": "IS_DRY_RUN=true yarn script:publish",
@@ -23,10 +23,12 @@
"lerna:run": "lerna run",
"watch": "wsrun watch_without_deps $PKG --fast-exit -r --stages --done-criteria='complete|successfully'",
"build": "wsrun build $PKG --fast-exit -r --stages",
+ "build:no_website": "wsrun build $PKG --fast-exit -r --stages --exclude @0xproject/website",
"build:monorepo_scripts": "PKG=@0xproject/monorepo-scripts yarn build",
"clean": "wsrun clean $PKG --fast-exit -r --parallel",
"remove_node_modules": "lerna clean --yes; rm -rf node_modules",
"rebuild": "run-s clean build",
+ "rebuild:no_website": "run-s clean build:no_website",
"test": "wsrun test $PKG --fast-exit --serial --exclude-missing",
"stage_docs": "wsrun docs:stage $PKG --fast-exit --parallel --exclude-missing",
"lint": "wsrun lint $PKG --fast-exit --parallel --exclude-missing",