Move react-docs
into website
and delete it as a standalone package
This commit is contained in:
@@ -12,7 +12,7 @@ import { Changelog, Package } from './types';
|
||||
import { utils } from './utils/utils';
|
||||
|
||||
// Packages might not be runnable if they are command-line tools or only run in browsers.
|
||||
const UNRUNNABLE_PACKAGES = ['@0x/abi-gen', '@0x/react-shared', '@0x/react-docs'];
|
||||
const UNRUNNABLE_PACKAGES = ['@0x/abi-gen', '@0x/react-shared'];
|
||||
|
||||
const mkdirpAsync = promisify(mkdirp);
|
||||
const rimrafAsync = promisify(rimraf);
|
||||
|
Reference in New Issue
Block a user