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