mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-25 08:38:30 -05:00
3 lines
93 B
Bash
Executable file
3 lines
93 B
Bash
Executable file
#!/bin/sh
|
|
cd ..;
|
|
/usr/local/bin/node ./node_modules/webpack/bin/webpack.js --mode=production
|