Change scripts folder to build_scripts

This commit is contained in:
fragosti
2018-08-09 10:13:37 -07:00
parent eb20e86947
commit 0113ecee96
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
import { writeFileSync } from 'fs';
import { api } from '../src';
const apiJson = JSON.stringify(api);
writeFileSync('lib/api.json', apiJson);