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

mkdir ./dist/api

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