mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 14:30:02 -04:00
13 lines
No EOL
168 B
Bash
Executable file
13 lines
No EOL
168 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
|
|
cp ../CHANGELOG.md out
|
|
|
|
cd out
|
|
npm publish |