Remove downloadStorkToml from build-stork

This commit is contained in:
Sam Carlton 2022-05-09 16:16:57 -05:00
parent 5bbbc7f41c
commit 7661b2192e

View file

@ -1,9 +1,5 @@
import fs from 'fs-extra'
import {
downloadStorkToml
} from './helpers/api/static.js'
import {
downloadStorkExecutable,
writeStorkToml
@ -11,8 +7,6 @@ import {
;(async () => {
await downloadStorkToml()
await downloadStorkExecutable()
console.log( 'Building Stork index TOML...' )