mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-12 05:50:01 -04:00
9 lines
No EOL
123 B
Bash
Executable file
9 lines
No EOL
123 B
Bash
Executable file
#!/bin/bash
|
|
|
|
#publish libcurl.js as an npm package
|
|
#run build.sh first
|
|
|
|
cp npm/* out
|
|
cp ../README.md out
|
|
cd out
|
|
npm publish |