mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
fixed packaging issue
This commit is contained in:
parent
95164dcbbd
commit
2bebb8550f
@ -152,7 +152,7 @@ export class Gulpfile {
|
||||
*/
|
||||
@Task()
|
||||
browserPublish() {
|
||||
return gulp.src("*.js", { read: false })
|
||||
return gulp.src("package.json", { read: false })
|
||||
.pipe(shell([
|
||||
"cd ./build/browser-package && npm publish"
|
||||
]));
|
||||
@ -167,7 +167,7 @@ export class Gulpfile {
|
||||
*/
|
||||
@Task()
|
||||
nodePublish() {
|
||||
return gulp.src("*.js", { read: false })
|
||||
return gulp.src("package.json", { read: false })
|
||||
.pipe(shell([
|
||||
"cd ./build/package && npm publish"
|
||||
]));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user