Skip to content

Commit

Permalink
Remove deprecated benchmark scripts from yarn start
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhamley committed Sep 5, 2018
1 parent 9525ae5 commit 93fef1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 93fef1a

Please sign in to comment.