mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Remove downloadStorkToml from build-stork
This commit is contained in:
parent
5bbbc7f41c
commit
7661b2192e
1 changed files with 0 additions and 6 deletions
|
|
@ -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...' )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue