6 lines
80 B
Bash
Executable file
6 lines
80 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd ../../packages/react
|
|
./mkdocs.sh
|
|
cd -
|
|
node scripts/prebuild.mjs
|