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