5 lines
75 B
Bash
5 lines
75 B
Bash
#!/bin/sh
|
|
pnpm run bundle
|
|
cp -R assets out
|
|
cd out
|
|
zip -r ../release.zip ./* |