зеркало из https://github.com/microsoft/just.git
export copy instruction types from index of just-scripts (#100)
* export copy instructions types as well * change files
This commit is contained in:
Родитель
88f1fafaa3
Коммит
aa232480de
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "just-scripts",
|
||||
"comment": "export copy instructions types as well",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"packageName": "just-scripts",
|
||||
"email": "kchau@microsoft.com"
|
||||
}
|
|
@ -23,6 +23,7 @@ import webpackMerge from 'webpack-merge';
|
|||
export { webpackMerge };
|
||||
|
||||
import * as copyInstructions from './copy/CopyInstruction';
|
||||
export { CopyInstruction, CopyConfig } from './copy/CopyInstruction';
|
||||
export { copyInstructions };
|
||||
|
||||
export * from 'just-task';
|
||||
|
|
Загрузка…
Ссылка в новой задаче