aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/package.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-10-04 23:35:30 +0800
committerFabio Berger <me@fabioberger.com>2018-10-04 23:35:30 +0800
commit08ba4ffd61e17155b4fcbf0a9d7385ba2af0c725 (patch)
tree4f5c25e45c7d9340a17792356d3274d579e75bef /packages/website/package.json
parentd5379ab3202030a74fb6e0947b2cf3c99e162df3 (diff)
downloaddexon-sol-tools-08ba4ffd61e17155b4fcbf0a9d7385ba2af0c725.tar
dexon-sol-tools-08ba4ffd61e17155b4fcbf0a9d7385ba2af0c725.tar.gz
dexon-sol-tools-08ba4ffd61e17155b4fcbf0a9d7385ba2af0c725.tar.bz2
dexon-sol-tools-08ba4ffd61e17155b4fcbf0a9d7385ba2af0c725.tar.lz
dexon-sol-tools-08ba4ffd61e17155b4fcbf0a9d7385ba2af0c725.tar.xz
dexon-sol-tools-08ba4ffd61e17155b4fcbf0a9d7385ba2af0c725.tar.zst
dexon-sol-tools-08ba4ffd61e17155b4fcbf0a9d7385ba2af0c725.zip
Build website in parallel with other tests since no other test relies on it being built to run
Diffstat (limited to 'packages/website/package.json')
-rw-r--r--packages/website/package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/website/package.json b/packages/website/package.json
index 530f71677..3cf243645 100644
--- a/packages/website/package.json
+++ b/packages/website/package.json
@@ -9,7 +9,6 @@
"scripts": {
"build": "node --max_old_space_size=8192 ../../node_modules/.bin/webpack --mode production",
"build:dev": "../../node_modules/.bin/webpack --mode development",
- "build:ci": "yarn build",
"clean": "shx rm -f public/bundle*",
"lint": "tslint --project . 'ts/**/*.ts' 'ts/**/*.tsx'",
"dev": "webpack-dev-server --mode development --content-base public --https",