Urara-Blog/node_modules/.pnpm-store/v3/files/cc/cb7335fd006f05c74ec30c75c6dc89f878c9db5e1ad5825981272688a8eb7ccfa9bace82573b38a45b01e0dd753db17be7560c9c60b38592cc47ab2b4088a9
2022-08-14 01:14:53 +08:00

15 lines
238 B
Text

testTask('FileList', function () {
this.testFiles.include('test/*.js');
});
publishTask('FileList', function () {
this.packageFiles.include([
'jakefile.js',
'README.md',
'package.json',
'index.js',
'index.d.ts'
]);
});