4 lines
90 B
Bash
4 lines
90 B
Bash
|
#!/bin/bash
|
||
|
yarn build
|
||
|
mv ./public/build/.vite/manifest.json ./public/build/manifest.json
|