mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-21 04:53:44 +01:00
Fix script
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
gen_dep () {
|
||||
nuget-to-json ../../../src/$1/$1.csproj > deps/$1.json
|
||||
nuget-to-json ../../../src/$1 > deps/$1.json
|
||||
}
|
||||
|
||||
gen_dep "Tgstation.Server.Common"
|
||||
|
||||
Reference in New Issue
Block a user