fix tests, add WIP dev task

This commit is contained in:
Rich Harris
2018-02-17 11:15:26 -05:00
parent b02183af53
commit d95f52f8e9
4 changed files with 112 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ import * as sander from 'sander';
import express from 'express';
import cheerio from 'cheerio';
import URL from 'url-parse';
import fetch from 'node-fetch';
const { OUTPUT_DIR = 'dist' } = process.env;