mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
6 lines
61 B
Bash
Executable File
6 lines
61 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
cd `dirname $0`/..
|
|
|
|
npm dedupe
|
|
npm shrinkwrap |