mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-11 07:12:29 +02:00
6 lines
304 B
Bash
Executable file
6 lines
304 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
|
|
echo "This Samply profiling script doesn't work when it's run with Yarn, but you can run it manually instead"
|
|
|
|
samply record -- DOCUSAURUS_EXIT_AFTER_BUNDLING=true node --perf-prof --perf-basic-prof --interpreted-frames-native-stack ./node_modules/.bin/docusaurus build --locale en
|