mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-11 07:58:13 -05:00
5 lines
123 B
Bash
Executable File
5 lines
123 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cp ./support/package.cjs.json ./build/cjs/package.json
|
|
cp ./support/package.esm.json ./build/esm/package.json
|