mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(package): add tooling/ to npm package
This commit is contained in:
@@ -401,7 +401,8 @@ gulp.task('package', ['src'], function(){
|
||||
return gulp.src([
|
||||
'scripts/npm/.npmignore',
|
||||
'scripts/npm/package.json',
|
||||
'scripts/npm/README.md'
|
||||
'scripts/npm/README.md',
|
||||
'*tooling/**/*'
|
||||
])
|
||||
.pipe(gulp.dest('dist'));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user