Rename directories
This commit is contained in:
@@ -5,7 +5,7 @@ import * as path from 'path';
|
||||
import { constants } from '../../util/constants';
|
||||
|
||||
const deployerOpts = {
|
||||
artifactsDir: `${path.resolve('build')}/artifacts`,
|
||||
artifactsDir: path.resolve('artifacts'),
|
||||
jsonrpcPort: devConstants.RPC_PORT,
|
||||
networkId: constants.TESTRPC_NETWORK_ID,
|
||||
defaults: {
|
||||
|
Reference in New Issue
Block a user