5 lines
No EOL
131 B
Bash
5 lines
No EOL
131 B
Bash
#!/bin/bash
|
|
echo "Building ZKP browser bundle..."
|
|
mkdir -p public/js
|
|
npm run build
|
|
echo "Bundle created at public/js/zkp-bundle.js" |