6 lines
65 B
Bash
Executable File
6 lines
65 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cp package*.json ../out
|
|
|
|
npm pack && mv *.tgz ../out/
|