about summary refs log tree commit diff
path: root/scripts/postbuild.sh
blob: 6a0d1df74326388c34cd88f64886766382e360d8 (plain)
1
2
3
4
5
6
#!/usr/bin/env bash

mkdir ./dist/api

node ./script/generateApi.js > ./dist/api/posts.json