mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add build-stork-index node script
This commit is contained in:
parent
e1168e90c2
commit
b345523e41
2 changed files with 13 additions and 0 deletions
12
scripts/build-stork-index.js
Normal file
12
scripts/build-stork-index.js
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import {
|
||||
downloadStorkExecutable,
|
||||
buildIndex
|
||||
} from '~/helpers/stork/executable.js'
|
||||
|
||||
;(async () => {
|
||||
await downloadStorkExecutable()
|
||||
|
||||
await buildIndex()
|
||||
|
||||
process.exit()
|
||||
})()
|
||||
Loading…
Add table
Add a link
Reference in a new issue