mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 19:29:30 +08:00
15 lines
238 B
Text
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'
|
|
]);
|
|
});
|
|
|
|
|