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