From 93fef1aea9b242c02203f71f86dd9e838adf1a84 Mon Sep 17 00:00:00 2001 From: ryanhamley Date: Wed, 5 Sep 2018 16:14:24 -0700 Subject: [PATCH] Remove deprecated benchmark scripts from yarn start --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2882b14604e..95c1293a397 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "watch-benchmarks": "BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/versions/rollup_config_benchmarks.js --watch", "watch-style-benchmarks": "BENCHMARK_VERSION=${BENCHMARK_VERSION:-\"$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --short=7 HEAD)\"} rollup -c bench/styles/rollup_config_benchmarks.js --watch", "start-server": "st --no-cache -H 0.0.0.0 --port 9966 --index index.html .", - "start": "run-p build-token watch-css watch-dev watch-benchmarks watch-benchmarks-view watch-style-benchmarks watch-style-benchmarks-view start-server", + "start": "run-p build-token watch-css watch-dev watch-benchmarks watch-style-benchmarks start-server", "start-debug": "run-p build-token watch-css watch-dev start-server", "start-bench": "run-p build-token watch-benchmarks watch-style-benchmarks start-server", "build-docs": "documentation build --github --format json --config ./docs/documentation.yml --output docs/components/api.json src/index.js",