mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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 fs from 'fs-extra'
|
||||||
|
|
||||||
import {
|
|
||||||
downloadStorkToml
|
|
||||||
} from './helpers/api/static.js'
|
|
||||||
|
|
||||||
import {
|
import {
|
||||||
downloadStorkExecutable,
|
downloadStorkExecutable,
|
||||||
writeStorkToml
|
writeStorkToml
|
||||||
|
|
@ -11,8 +7,6 @@ import {
|
||||||
|
|
||||||
;(async () => {
|
;(async () => {
|
||||||
|
|
||||||
await downloadStorkToml()
|
|
||||||
|
|
||||||
await downloadStorkExecutable()
|
await downloadStorkExecutable()
|
||||||
|
|
||||||
console.log( 'Building Stork index TOML...' )
|
console.log( 'Building Stork index TOML...' )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue