5 lines
77 B
Bash
Executable file
5 lines
77 B
Bash
Executable file
#!/bin/sh
|
|
|
|
patch -p1 < make-esmodule-bundle.patch
|
|
npm install
|
|
npm run build
|