Add build info to each package

This commit is contained in:
Thomas Nordquist
2019-03-04 23:04:04 +01:00
parent 5205ed1094
commit 4340515012
4 changed files with 49 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
import * as fs from 'fs-extra'
import * as path from 'path'
import { chdir } from 'process'
import { exec } from './util';
import { exec } from './util'
const targetDir = path.join('build', 'clean')
async function prepareRelease() {